import win32api error in Python 2.6

后端 未结 11 2736
野的像风
野的像风 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:18

    As suggested above the post install script is not run, this issue can be seen when installing from a wheel (As I encountered)

    python scripts\pywin32_postinstall.py -install
    

    If find you have this issue when installing via wheels, then installing it from here can solve the above issue.

    https://pypi.python.org/pypi/pypiwin32

提交回复
热议问题