解决Pycharm使用debug报qt错误
程序员文章站
2022-05-10 22:50:37
...
报错内容如下:
This application failed to start because it could not find or load the Qt platform plugin "windows"
in "".
Reinstalling the application may fix this problem.
Process finished with exit code -1073740791 (0xC0000409)
解决方法:
查看Anaconda下面的qt.conf配置是否正确,在Anaconda目录下搜索所有包括“qt”这两个字母的文件,发现在anaconda根目录下,也就是python.exe同级目录下有一个qt.conf文件,打开发现配置的Anaconda的路径不对,修改过来,然后再debug就不报错了。
推荐阅读
-
解决在Python编辑器pycharm中程序run正常debug错误的问题
-
IIS7使用.NET Framework v4.0运行库报500错误的解决办法
-
解决在Python编辑器pycharm中程序run正常debug错误的问题
-
解决ThinkPHP下使用上传插件Uploadify浏览器firefox报302错误的方法
-
Springboot 使用Idea启动web项目访问JSP报404错误解决
-
IE11下使用canvas.toDataURL报SecurityError错误的解决方法
-
使用oracle用户登录出现错误信息,报ORA-01045错误如何解决?
-
IIS7使用.NET Framework v4.0运行库报500错误的解决办法
-
Ubuntu使用qt编译时出现cannot find -lGL错误解决办法
-
解决ThinkPHP下使用上传插件Uploadify浏览器firefox报302错误的方法_php技巧