码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2015-04-16 17:38:54      阅读:2101      评论:0      收藏:0      [点我收藏+]

标签:python

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文件夹所在位置



技术分享


  


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

标签:python

原文地址:http://blog.csdn.net/a359680405/article/details/45077187

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!