Python py2exe 一体化

发布于 2024-10-27 14:22:18 字数 335 浏览 4 评论 0原文

我对 python 很陌生,我想将我的代码编译成 .exe 供每个人都可以使用。我毫无问题地创建了 .exe,但它不是在“一体化”文件中,而是得到一个如下所示的文件夹:

https://i.sstatic.net/gi2kK.png

我尝试了 pygame2.exe (由 pygame 提供,因为这个游戏是用 pygame 制作的),但我得到当我使用他们的预制脚本(有关 build_exe 错误的内容)。

无论如何,有没有一种方法可以将所有这些文件合并到一个 exe 中?谢谢。

I'm very new to python, and I wanted to compile my code into a .exe for everyone to be able to use. I create the .exe without a problem, but instead of it being in an "all-in-one" sort of file, I get a folder that looks like this:

https://i.sstatic.net/gi2kK.png

I tried pygame2.exe (provided courtesy of pygame, since this game was made in pygame) but I get an error when I use the pre-made script from them (something about a build_exe error).

Anyways, is there a way that I can combine all of these files into a single exe? Thanks.

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

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

发布评论

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

评论(1

牵强ㄟ 2024-11-03 14:22:18

此处提供说明:
http://www.py2exe.org/index.cgi/SingleFileExecutable

查看捆绑包示例文件在最后。

Instructions are available here:
http://www.py2exe.org/index.cgi/SingleFileExecutable

See example of Bundle Files in the end.

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