可以使用 cxfreeze 在 mac os x 中冻结 python3.1 脚本吗?
我对此很陌生,我需要冻结 python3.1 脚本,以便它可以在其他没有 python3.1 的机器上运行。据我所知,CXFREEZE 是支持 python 3.1 的。但我找不到任何线程说冻结对于 python3.x 是成功的。
那么有人可以告诉我这是用 cxfreeze 完成还是我必须选择其他东西来让我的应用程序准备好在其他机器上执行。
I m new to this and i need to freeze python3.1 scripts so that it can be run in other machines which does'nt have python3.1. CXFREEZE is the one which supports python 3.1 as far as i know. But i could not find any thread saying that freeze is successful for python3.x.
So can anybody tell me will it be done with cxfreeze or i have to choose something else to get my app ready to execute in other machines.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您应该能够根据以下内容使用 SVN 主干中的 cx_Freeze: http://www.mail-archive.com/[电子邮件&n bsp;受保护]/msg00522.html
目前还没有很多其他 Python 可执行构建器支持 3.0。 cx_Freeze 听起来是你最好的选择。
It sounds like you should be able to using cx_Freeze from SVN trunk according to this: http://www.mail-archive.com/[email protected]/msg00522.html
Not many other executable builders for Python support 3.0 yet. cx_Freeze sounds like your best shot.