1. 程式人生 > >[pyqt5]解決could not find or load the Qt platform plugin windows

[pyqt5]解決could not find or load the Qt platform plugin windows

PyQt5+python3+pycharm開發環境配置時,遇到了This application failed to start because it could not find or load the Qt platform plugin "windows".的問題。導致無法通過pycharm執行Pyqt5的應用

出現該問題的原因是環境變數沒有新增。

解決方法:

在環境變數中增加:

QT_QPA_PLATFORM_PLUGIN_PATH


C:\Python34\Lib\site-packages\PyQt5\plugins                                      <<-----------------這是我PyQt5的plugins資料夾所在位置