75 MB Helloworld 与 py2app !
我正在测试不同的语言来开发适用于 Mac 和 Windows 的桌面应用程序。
我觉得Python+Wx值得一试,所以写了一个简单的hello world。
然后,我尝试使用 py2app 将我的应用程序打包为 Mac 应用程序。
令人惊讶的是,我的 hellworld.app 大小高达 75 MB! (然后我在运行时出现错误,但这不是问题)
这是我的问题:有没有办法分发一个重量小于几MB的独立wxPython应用程序? (例如,地址簿应用程序)。
(Swing HelloWorld 大约 3KB,再加上 JRE 大约 20MB)
谢谢
I'm testing different languages to developp a desktop application for Mac&Windows.
I thought that Python+Wx worth a try so I wrote a simple hello world.
Then, I tried the py2app to package my application as a Mac application.
What a surprise to find that my hellworld.app weight as much as 75 MB !! (then I have an error at runtime but that's not the question)
Here is my question : is there a way to distribute a standalone wxPython application that weight less than a few MB ? (for instance, an adress book app).
(a Swing HelloWorld is around 3KB, plus around 20MB for the JRE)
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈建议您使用 PyINstaller,可以在这里找到:链接
它对我来说就像一个 chamr,所以到目前为止,它支持大多数主要库:
wxpython pyqt 甚至 django (虽然我不太了解整个 django 支持的事情;-))
我希望这有帮助,祝你好运,并告诉你是否需要更多帮助
I would highly remmoend you using PyINstaller, which can be found here: link
it works like a chamr for me so far and it support most of the major libraries:
wxpython pyqt and even django (although i dont really understand the whole django support thing ;-) )
i hope this helps, good luck and tell if you need anymore help