gpt4 book ai didi

python - 配置 Pycharm 以运行 Pyinstaller

转载 作者:太空狗 更新时间:2023-10-29 17:13:14 26 4
gpt4 key购买 nike

是的,我想在 PyCharm 中创建一个运行配置来运行 Pyinstaller 并获取我的可执行文件。根据Pyinstaller documentation安装后,您应该能够找到一个名为 pyinstaller-folder/pyinstaller.py 的 python 脚本,但它不在那里。然后我仔细查看,发现另一个名为 pyinstaller-folder/__main__.py 的文件应该是相同的 <--(我胡乱猜测),所以我设置了我的运行配置,如下所示:

enter image description here

运行后,出现这个错误:

/usr/local/Cellar/python3/3.4.3/bin/python3.4 /usr/local/lib/python3.4/sit

e-packages/PyInstaller/__main__.py --onefile --nowindow --osx-bundle-identifier=jg.optimizer -F --name=genoptimizer optimizer/manage.py
Traceback (most recent call last):
File "/usr/local/lib/python3.4/site-packages/PyInstaller/__main__.py", line 26, in <module>
from . import __version__
SystemError: Parent module '' not loaded, cannot perform relative import

Process finished with exit code 1

它似乎需要一个父模块才能运行,但是,那会是什么样子呢?

最佳答案

两年多后,或许还有更好的选择。

在 PyCharm 菜单中转到文件 -> 设置
在“设置”对话框中找到工具 -> 外部工具 并使用绿色 + 添加新的外部工具。

例如:

enter image description here

然后,IDE 将允许您在任何 python 脚本上运行它。右键单击该文件,上下文菜单将显示外部工具 -> PyInstaller

关于python - 配置 Pycharm 以运行 Pyinstaller,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33906539/

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