I Have installed pyHook for my windows 64 bit.The setup has installed it in C:\Python27\Lib\site-packages dir i cant import pyhook (i can see win32 named folder there think so it is its folder) in my code what should i do Here is interpreters output
>>> import pyHook
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import pyHook
ImportError: No module named pyHook
>>> import pyhook
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import pyhook
ImportError: No module named pyhook
>>>
import sys
and thensys.path
tell you? Is C:\Python27\Lib\site-packages listed there? – Kokurahooked
: github.com/IronManMark20/pyhooked It's for keyboard hooks only. But you don't need any binaries like .pyd files in pyHook. – Stead