how do i fix “No module named win32api” on python2.7 ?

S

Shongr2k01

Hello, I am trying to import win32api in python 2.7.9. i did the "pip install pypiwin32" and made sure all the files were intalled correctly (i have the win32api.pyd under ${PYTHON_HOME}\Lib\site-packages\win32). i also tried coping the files from C:\Python27\Lib\site-packages\pywin32_system32 to C:\Python27\Lib\site-packages\win32. I also tried restarting my pc after each of these steps but nothing seems to work! i still get the error 'No module named 'win32api'. these 3 things were the only suggestions i could find on the internet and it seemed to work for others so i think the problem might be with my windows.
Also, i have no idea in which forum to post this so pleas move it to the right forum.
thanks in advance,
-shon


Continue reading...
 
Back
Top Bottom