Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/338.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python pyinstaller的问题:pyiboot01\u引导_Python_Pyinstaller - Fatal编程技术网

Python pyinstaller的问题:pyiboot01\u引导

Python pyinstaller的问题:pyiboot01\u引导,python,pyinstaller,Python,Pyinstaller,我正在使用Python 3.9.4和PySide2 当我使用.py文件运行我的应用程序时,没有错误,它运行得非常好。当我尝试运行我创建的.exe时 pyinstaller appname.py-w--onefile--debug all 我收到这些错误消息。我看过其他的SO帖子,似乎已经尝试了一切,更新了setuptools,我没有使用exit(),我使用的是sys.exit(),没有任何效果 下面是命令提示符在生成文件时显示的内容

我正在使用Python 3.9.4和PySide2

当我使用.py文件运行我的应用程序时,没有错误,它运行得非常好。当我尝试运行我创建的.exe时

pyinstaller appname.py-w--onefile--debug all

我收到这些错误消息。我看过其他的SO帖子,似乎已经尝试了一切,更新了setuptools,我没有使用exit(),我使用的是sys.exit(),没有任何效果

下面是命令提示符在生成文件时显示的内容