Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python ver 2.7 problem
#7
Did you follow all step in link,also testing that pip work after Restart on PC?
It have to work like this.
cmd
Microsoft Windows [Version 10.0.16299.431]
(c) 2017 Microsoft Corporation. Med enerett.

C:\WINDOWS\system32>cd\

C:\>pip -V
pip 10.0.1 from c:\python36\lib\site-packages\pip (python 3.6)

C:\>
Pyhook for 3.6 is on Gohlke
cmd
C:\1>pip install pyHook-1.5.1-cp36-cp36m-win32.whl
Processing c:\1\pyhook-1.5.1-cp36-cp36m-win32.whl
Installing collected packages: pyHook
Successfully installed pyHook-1.5.1

C:\1>python
Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pythoncom, pyHook
>>> # No error so then it work

>>> pyHook.__path__ 
['C:\\python36\\lib\\site-packages\\pyHook']
>>>
Edit:
You are missing install.
pip install ....
Reply


Messages In This Thread
Python ver 2.7 problem - by dzeleee - May-13-2018, 08:28 AM
RE: Python ver 2.7 problem - by snippsat - May-13-2018, 08:33 AM
RE: Python ver 2.7 problem - by dzeleee - May-13-2018, 10:42 AM
RE: Python ver 2.7 problem - by Ga31canis - May-13-2018, 09:45 AM
RE: Python ver 2.7 problem - by snippsat - May-13-2018, 11:17 AM
RE: Python ver 2.7 problem - by dzeleee - May-13-2018, 11:27 AM
RE: Python ver 2.7 problem - by snippsat - May-13-2018, 12:05 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020