py2exe 和 win32com

发布于 2024-08-18 22:16:35 字数 242 浏览 10 评论 0 原文

可以 py2exe 创建独立的可执行文件,甚至需要 win32com 包?

我用谷歌搜索/搜索过,但无济于事。

Can py2exe create standalone executables even ones requiring the win32com package?

I've googled / searched SO to no avail.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黄昏下泛黄的笔记 2024-08-25 22:16:35

我已将 py2exe 用于依赖于 win32com 以及 pysvn。效果很好,没有任何麻烦。

那是使用 Python 2.5 和更高版本的 2.6。请注意,py2exe 不支持 Python 3.x

I've used py2exe for a project that depended on win32com as well as pysvn. It worked fine, no hassles.

That was using Python 2.5 and later 2.6. Note that py2exe doesn't support Python 3.x.

缪败 2024-08-25 22:16:35

是的,可以。但是您可能需要添加对应用程序所需的 DLL 的引用。
检查 http://www.py2exe.org/index.cgi/WorkingWithVariousPackagesAndModules .它包含构建使用 win32com 的 Python 应用程序的有用资源。

另外,如果您使用类型库,请检查您要部署的所有 Windows 版本上的版本是否相同。否则,您的应用程序可能会失败

Yes, it can. But you may need to add a refereneces to DLL that your application needs.
Check the bottom of http://www.py2exe.org/index.cgi/WorkingWithVariousPackagesAndModules . It contains useful resources to build Python apps that uses win32com.

Also if you use typelibs, check that the version is the same on all Windows versions you want to deploy. Otherwise, your app may fail

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文