We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
关于“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
我将发布 py2exe GUI,以便您可以轻松编译应用程序,而无需编写安装脚本。 更多信息此处
I'm going to release py2exe GUI so that you can easy compile your apps without writing setup scripts. More info here
不知道有什么更好的教程,但是新闻列表里可以找到一些信息。
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
自从提出这个问题以来,我更新了官方 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.