在Windows OS(64位)下运行python26时.....我遇到了类似以下错误:
import win32api" error in Python 2.6: pywintypes26.dll
要么
pythoncom26.dll missing ImportError: DLL load failed: The specified module could not be found.
我已经完成了python26的msi安装,所有dll都可以在C:\ Python26 \ Lib \ site-packages \ pywin32_system32下找到
将pywintypes26.dll和pythoncom26.dll从复制C:\Python26\Lib\site- packages\pywin32_system32到C:\Python26\Lib\site-packages\win32->解决问题后!
C:\Python26\Lib\site- packages\pywin32_system32
C:\Python26\Lib\site-packages\win32