so heres the code
import pyHook, pythoncom, sys, logging
file_log = 'C:\LogFile\log.txt'
some other non important stuff here
so the issue is that everytime i try to run the program it says that pyHook is not a module. I have downloaded it for my system but it still doesnt work, I have also downloaded pyWin.
the error says Importerror: No module named pyHook
But I installed it correctly from this website http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyhook and installed
pyHook‑1.5.1.win‑amd64‑py3.3.exe I have win 8 64bit using py3.3 and have an amd processor but it wont work.
If anyone knows how to fix this I would be very thankful.