py2exe:减少库存档的大小

发布于 2024-09-15 01:34:37 字数 162 浏览 8 评论 0原文

我刚刚创建了第一个 py2exe 可执行文件,并注意到该 EXE 中创建了一个大小约为 1.4 MB 的 ZIP 文件。

我的问题是,我可以减小它的大小吗?或者预计使用 py2exe 生成的 EXE 的典型大小约为 4 MB(这意味着所有文件:python2.6dll、library.zip)

I just created my first py2exe executable and noticed that with the EXE, there is a ZIP file created with the size of around 1.4 MB.

My question is, can I reduce the size of this or is it expected that the typical size of an EXE generated with py2exe will be ~ 4 MB (that means with all the files: python2.6dll, library.zip)

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

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

发布评论

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

评论(2

红ご颜醉 2024-09-22 01:34:37

对你的尺寸减小问题的简短回答是肯定的。我不会在这里提供长答案,而是引导您访问 py2exe 的 OptimizingSize wiki 页面。

我希望这有帮助;)

Short answer to your size reduction question is yes. Long answer I am not going to provide here, but instead direct you to py2exe's OptimizingSize wiki page.

I hope this helps ;)

网名女生简单气质 2024-09-22 01:34:37

更改这些 setup.py 参数后,我还在 DLL 和可执行文件上运行 UPX 并使用 7- 重新打包library.zip zip,效果很好。

顺便说一下,wiki 上有一个关于使用 UPX 和 7-zip 的页面。

After changing those setup.py parameters i also run UPX on DLLs and executables and repack library.zip with 7-zip, works well.

By the way, there is a page on the wiki about using UPX and 7-zip.

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