可以使用 cxfreeze 在 mac os x 中冻结 python3.1 脚本吗?

发布于 2024-09-08 22:45:55 字数 186 浏览 1 评论 0原文

我对此很陌生,我需要冻结 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 技术交流群。

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

发布评论

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

评论(1

旧时浪漫 2024-09-15 22:45:55

听起来您应该能够根据以下内容使用 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.

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