用Python 3.1制作一个可移植的(exe)?

发布于 2024-08-06 14:09:29 字数 119 浏览 3 评论 0原文

有没有办法为 python 应用程序制作可移植/独立的 exe?

我读过有关 p2exe 的内容,但它不支持最新版本。我不愿意使用 2.6,因为我宁愿保留最新版本,也不愿担心 2.6 过时后会出现不兼容问题。

Is there a way to make a portable/stand-alone exe for python apps?

I've read about p2exe but it doesn't support the latest version. I'm reluctant to go to 2.6 because I'd rather stay with the latest version instead of worrying about incompatibilities as soon as 2.6 becomes too outdated.

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

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

发布评论

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

评论(1

苦妄 2024-08-13 14:09:29

cx_freeze 对我有用。这是一个链接。该页面声称支持3.1。祝你好运!

http://cx-freeze.sourceforge.net/

cx_freeze has worked for me. Here's a link. The page claims to support 3.1. Good luck!

http://cx-freeze.sourceforge.net/

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