Python py2exe 一体化
我对 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处提供说明:
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.