Python 安装管理器

发布于 2024-09-19 00:42:21 字数 108 浏览 10 评论 0原文

通常,当我安装由 python 文件制成的 .exe 文件时,我会得到一个蓝色的安装管理器,并带有“pythonpowered”徽标。这位经理叫什么名字?我想用它来制作一些可安装的 python 文件。

Often when I install .exe files made from python files I get an installation manager that is blue and has the logo "python powered". What is the name of this manager? I'd like to use it to make some installable python files.

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

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

发布评论

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

评论(2

独孤求败 2024-09-26 00:44:32

更准确地说,它可能是 distutils bdist_winsinst 命令或 bdist_msi 命令的产品,也可能是 py2exe(基于 distutils 构建的第三方项目)的产品。

More precisely, it may be the product of the distutils bdist_winsinst command, or the bdist_msi command, or maybe the product of py2exe, a third-party project building on distutils.

北恋 2024-09-26 00:44:00

这称为 distutils

This is called distutils.

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