gpt4 book ai didi

python - 如何从 pyinstaller 的输出文件创建 .app?

转载 作者:行者123 更新时间:2023-12-01 05:45:27 25 4
gpt4 key购买 nike

我使用 pyinstaller 从 os_x 上的 python 脚本创建可执行文件。它创建一个包含可执行文件及其依赖项等的 dist 文件夹。部分文件如下图所示:

enter image description here

有什么方法可以从这些文件创建单个应用程序包吗?如果是这样,我应该如何进行?

此外,除了 GUI 之外,还会弹出控制台。如何禁用此弹出窗口?

最佳答案

以下是我用来编译独立exe(自包含,没有共享组件目录)的命令行。重要的参数是--onefile。 --onedir 参数将生成具有共享组件的 exe 目录。

要在运行时禁用弹出控制台...在构建命令行中使用 --noconsole 参数。

c:\python27\python.exe c:\pyinstaller\pyinstaller.py --noconsole --onefile --workpath="C:\Users\alan\Documents\python""C:\Users\alan\Documents\python\piechart.py"

关于python - 如何从 pyinstaller 的输出文件创建 .app?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16271809/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com