pyinstaller 打包运行报错 failed to execute script ***
程序员文章站
2024-02-04 08:09:16
...
车祸现场
打包命令:(在Windows的CMD命令窗口输入)
pyinstaller -F -w C:\Users\JulianYang\Desktop\testJ\milestone\camera1.py
运行结束后根据提示
找到EXE文件所在的位置
接着打开EXE就出现如下错误画面
解决方案
在我的py文件里使用了相对路径
所以显而易见要把EXE放到py文件同一路径。然后就OK了!
推荐阅读
-
pyinstaller failed to execute script
-
pyinstaller 打包运行报错 failed to execute script ***
-
pyinstaller打包exe后不能运行报Failed to execute script XXXX问题分析与处理
-
Python:pyinstaller 打包运行报错 failed to execute script ***
-
python学习笔记之pyinstaller failed to execute script问题
-
Python 打包问题:Failed to execute script app
-
pyinstaller 打包出现“Failed to execute script XXX“问题
-
maven package 打包报错 Failed to execute goal的解决
-
Pyinstaller 打包exe 报错 "failed to execute script XXX"的一种解决方案
-
Python自动发邮件以及打包报错failed to execute script和DLL load failed while importing win32api: 找不到指定的模块