Error installing Pyhook module

0

By using the following command:

py ok.whl install 

I get this error:

  

C: \ Python27 \ python.exe: can not find ' main ' module in 'ok.whl'

    
asked by Perl 31.07.2016 в 03:27
source

1 answer

1

Since it looks like you have Python installed in the standard way it is best to download the executable to install PyHook for your version of Python (2.7):

  • Here you have installers for Python2.7.

To work, you must also have PyWin32 installed.

    
answered by 31.07.2016 в 20:18