pyinstaller 遇到的问题

问题一:failed to execute script pyi_rth_pkgres

解决方法:

pip uninstall pyinstaller
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

问题二:“failed to execute script xxx”

这里的xxx是你的文件名
解决方法:将源码涉及的资源配置文件复制到exe文件下

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章