pyinstaller打包,fail to execute script pyi_rth_qt5plugins
环境
Python3.5.2_64bit
Windows 8.1
Pyinstaller Development版
下载网址:http://www.pyinstaller.org/
最后出来的exe双击打开提示
FATAL ERROR
fail to execute script pyi_rth_qt5plugins
程序是用PyQt5写的
Pyinstaller官网要求的pywin32 , pypiwin 和 pefile几个包都装了。
我还检查了pyinstaller安装在python的包里确实是有 pyi_rth_qt5plugins.py 这个脚本的。
但是不知道为什么打包后,exe双击会出现这个问题