在用pyinstaller打包pyqt5时,打包过程没有错误,但是exe文件运行时报错
qt.qpa.plugin: Could not find the Qt platform plugin "windows" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
求解
5条回答 默认 最新
关注
- 这篇文章:Pyinstaller 打包PyQt5程序为EXE文件遇到的大坑及解决方案,泣血整理 也许能够解决你的问题,你可以看下
- 除此之外, 这篇博客: Pyinstaller 打包exe另一台电脑运行报错....could not find or load the Qt platform plugin "windows"in “”中的 Pyinstaller 打包-This application failed to start because it could not find or load the Qt platform plugin "windows"in “”问题补充。。。 部分也许能够解决你的问题, 你可以仔细阅读以下内容或跳转源博客中阅读:
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 1无用