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
>>>