在哪里可以找到 py2exe 的好教程?

发布于 2024-07-07 07:55:26 字数 1560 浏览 7 评论 0原文

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

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

发布评论

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

评论(4

放低过去 2024-07-14 07:55:26

关于“Py2EXE和wxPython”,该页面提到了导入语句“from wxPython.wx import *”。 这是旧的 wxPython(我想已经有好几年了)。 在我的应用程序中,我只是执行“import wx”,并且没有任何大问题。

我对 wxPython 和 py2exe 有一个提示:如果您希望您的应用程序在 Windows XP 上看起来不错,则需要一份清单。 此电子邮件包含详细信息: http://mail.python.org /pipermail/python-list/2004-June/268126.html

Regarding "Py2EXE and wxPython", the page mentions the import statement "from wxPython.wx import *". This is the old wxPython (several years old, I think). In my app, I just do "import wx", and I don't have any major troubles.

I have one tip for wxPython and py2exe: you need a manifest if you want your app to look any good on Windows XP. This email has details: http://mail.python.org/pipermail/python-list/2004-June/268126.html

把人绕傻吧 2024-07-14 07:55:26

我将发布 py2exe GUI,以便您可以轻松编译应用程序,而无需编写安装脚本。 更多信息此处

I'm going to release py2exe GUI so that you can easy compile your apps without writing setup scripts. More info here

GRAY°灰色天空 2024-07-14 07:55:26

不知道有什么更好的教程,但是新闻列表里可以找到一些信息。

http://news.gmane.org/gmane.comp.python.py2exe

Don't know about a better tutorial, but there is some information to be found at the news list.

http://news.gmane.org/gmane.comp.python.py2exe

仅冇旳回忆 2024-07-14 07:55:26

自从提出这个问题以来,我更新了官方 py2exe 教程,以包含有关捆绑 Microsoft C 运行时 DLL 的更多信息。
http://www.py2exe.org/index.cgi/Tutorial#Step5

如果阅读此问题的人了解他们认为官方教程中缺少的内容,我可以鼓励他们将这些知识添加到官方教程(即 wiki)中吗?

Since this question was asked, I've updated the official py2exe tutorial to include substantially more information about bundling the Microsoft C runtime DLL.
http://www.py2exe.org/index.cgi/Tutorial#Step5

If anyone reading this question knows about things which they think are missing from the official tutorial, can I encourage them to add that knowledge to the official tutorial, which is a wiki.

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