import win32api error in Python 2.6

后端 未结 11 2716
野的像风
野的像风 2020-11-27 02:53

When running python26 under windows OS (64bits)..... I have got errors like:

import win32api\" error in Python 2.6: pywintypes26.dll

or

11条回答
  •  醉梦人生
    2020-11-27 03:05

    First I was using pip to install pywin32 in anaconda environment, that's why no matter what I did it was failing. After trial and error, I figured out that conda install pywin32 is the right way to install pywin32 in the anaconda package manager.

提交回复
热议问题