请参阅此帖子> Windows- Pyinstaller Error "failed to execute script " When App Clicked
我认为我的问题有所不同。从我的测试中,我尝试了3种类型的pyinstall命令,它给了我不同的结果。
当我使用pyinstaller -w scriptfile.py
时,单击应用程序就完成了,没有错误
但是当我使用pyinstaller -w -F scriptfile.py
或pyinstaller -w -i "(icon file path)" scriptfile.py
时出现错误