Menu

win64 installer ?

Help
Valhalla
2010-04-28
2013-05-09
  • Valhalla

    Valhalla - 2010-04-28

    Can you please make one ?

     
  • nanotube

    nanotube - 2010-04-28

    don't have access to win64… so you're on your own, sorry. :P

     
  • Stefan Christen

    Stefan Christen - 2010-04-30

    I faced the same issue today. Building a .msi installer from source resolved the issue for me:
    As with x86:

    python setup.py build -cmingw32
    

    But:

    python setup.py bdist_msi
    

    Then install the .msi and use pyHook as usual.

     
  • Valhalla

    Valhalla - 2010-04-30

    I can't get it to work, first I had to create a distutils.cfg to get around the "Unable to find vcvarsall.bat" error

    [build]
    compiler = mingw32
    

    Now I'm getting "gcc exited with code 1" or something like that. There are a lot of import "__imp__…" errors.

    Can't you just post your x64 installer ?

     
  • Stefan Christen

    Stefan Christen - 2010-05-01

    I put it here, but it would be better to be hosted on this site… nanotube, any ideas?
    http://rapidshare.com/files/382371078/pyHook-1.5.1.win32-py2.6.msi.html
    MD5: C4ACE5BADD19B87CFA3A447D21F19C49

    /sc

     
  • Valhalla

    Valhalla - 2010-05-01

    I installed that and I tried one of the documentation examples, but I got :

    File "C:\Python26\lib\site-packages\pyHook\cpyHook.py", line 21, in swig_import_helper
        _mod = imp.load_module('_cpyHook', fp, pathname, description)
    ImportError: DLL load failed: %1 is not a valid Win32 application.

    I'm guessing it's because I'm using x64 python. Stefan, are you using x86 python on x64 OS ?

     
  • Stefan Christen

    Stefan Christen - 2010-05-03

    Right, I am using x86 python on my 64 bit Win7:

    Python 2.6.5 (r265:79096, Mar 19 2010, 21:48:26) [MSC v.1500 32 bit (Intel)] on win32
    

    /sc

     
  • Valhalla

    Valhalla - 2010-05-04

    After half of the packets and code I find online doesn't work on x64 … I uninstalled it and installed x86.

     
  • weslie

    weslie - 2011-09-21

    I face the same problem now.
    The reason is I use 64-bit python on windows7 but till now pyHook only has 32-bit intaller…
    Well, I have many other 64-bit modules associated with my python now,so I do not want to reinstall the python to 32-bit.
    Is there anyway to install pyHook on 64-bit python? Or anybody has pyHook 64bit installer?

     
  • - 2012-09-12

    I had the same problem. I found x64 binaries here http://www.lfd.uci.edu/~gohlke/pythonlibs/

    Look for the "Base distribution". Unfortunately, you have to install many other python libraries using this installer… but it works !

     

Log in to post a comment.