【发布时间】:2012-03-03 14:50:05
【问题描述】:
我尝试通过 32 位 python 2.6 msi 安装程序安装 pywin32 并收到此错误:
我不知道为什么,所以我去安装了 python 2.7 并再次尝试使用 pywin32 2.7 安装程序并得到一个错误,相当于另一个错误(抱歉没有更具体,但 python 2.7 现在从我的计算机中消失了.这个错误非常模糊,并且有“错误:”,如果我没记错的话,后面就没有更多的文字了)。
但是,我无法弄清楚这个错误是什么意思。我想使用pyinstaller,但它需要pywin32,所以在我无法安装pywin32之后我尝试了py2exe并得到了这个错误:
*** finding dlls needed ***
error: pywintypes26.dll: No such file or directory
所以我很确定我需要 pywin32。谁有想法?
【问题讨论】:
-
好像文件丢失了......
-
@Twitch 阅读此问题,尝试使用答案中建议的“依赖”程序:stackoverflow.com/questions/3956178/…
-
@Twitch 你也可以在这里写下其他可能的解决方案没有奏效的地方。无论如何,记住任何 python 版本之间的变化 --> docs.python.org/whatsnew/index.html
标签: python windows py2exe python-2.6 pywin32