文章目录

  • 问题描述
  • 解决方案

可以按照这个安装:【PyQt5笔记】使用 designer 开发 python GUI 界面

问题描述

安装完 PyQt5、pyqt5-tools 后,点击 designer.exe 报错:This application failed to start because it could not find or load the Qt platform plugin"

解决方案

首先我们现在处于 pyqt5_tools > Qt > bin 目录下,点击这里的 designer.exe 会报错呢。

那我们返回这个目录的上一级目录,也就是 pyqt5_tool > Qt,然后进入这个目录下的 plugins

看到这个 platforms 了吗,复制这个文件夹

回到 pyqt5_tools > Qt > bin 目录,用刚刚复制的 platforms 覆盖这里的 platforms 即可。

好,现在已经可以正常运行 designer.exe 了。

PyQt5: This application failed to start because it could not find or load the Qt platform plugin相关推荐

  1. 解决This application failed to start because it could not find or load the Qt platform plugin windows

    PyQt5+python做UI时,使用pyinstaller打包成exe,点击运行exe文件时,出现This application failed to start because it could ...

  2. This application failed to start because it could not find or load the Qt platform plugin xcb in

    This application failed to start because it could not find or load the Qt platform plugin "xcb& ...

  3. 解决 Qt5 报错 This application failed to start because it could not find or load the Qt platform plugin

    解决 Qt5 报错 This application failed to start because it could not find or load the Qt platform plugin ...

  4. This application failed to start because it could not find or load the Qt platform plugin

    还是不会来解决方法"windeployqt.exe" --release 和 --debug 要选对 C:\Windows\system32>"C:\Qt_X86\ ...

  5. Anaconda打不开This application failed to start because it could not find or load the QT platform....

    anaconda打不开,直接弹出错误窗口 在网上试了很多方法都没有成功,折腾了好久 卸载重装还是一样的错误 手动添加过如下的环境变量,网上有的人成功了但是我没有,还是报错 下面分享以下我最后解决的方法 ...

  6. UG12.0安装完成后Application failed to start because it could not find or load the QT platform的解决办法

    找到NX12.0的安装目录"D:\Program Files\Siemens\NX 12\NXBIN\ugraf.exe" -nx 进入qt5_plugins文件夹 再进platf ...

  7. This application failed to start because it could not find or load the Qt platfo rm plugin “windows“

    编译cloudcompare    vs2017+Qt5.9.8,relese时提示: This application failed to start because it could not fi ...

  8. 解决This application failed to start because cannot find or load the qt platform plugin 'xcb'

    问题描述: 在使用linux系统训练自己的数据集合时,出现了上述问题,首先第一个想法就是先Google,但是在看了一些国内外的文章后依然没有将问题解决 问题原因: 这是由于这几天我在安装cuda.cu ...

  9. 关于使用PyQt5时报错This application failed to start because no Qt platform plugin could be initialized及后续问题

    最近在学习pyqt做界面,然而刚起步就卡住了.用的pycharm 运行from PyQt5.QtWidgets import QApplication, QLabel报错This applicatio ...

最新文章

  1. python的六大数据类型中可以改变的数据类型为_Python中数据类型转换
  2. 10个数冒泡排序流程图_(立下flag)每日10道前端面试题01
  3. 抽象工厂+反射=反射工厂
  4. s3c2440启动文件详细分析
  5. 走近分形与混沌(part15)--有钱的人会愈来愈有钱,不一定是在于他们的能力,而是因为财富会产生财富
  6. VB判断文件及目录的存在性
  7. 20160402javaweb 开发模式
  8. C语言中的undefined behavior系列(2)-- lifetime of object
  9. BZOJ 1096: [ZJOI2007]仓库建设 | 斜率优化DP
  10. Android mainfests手记
  11. 《javascript高级程序设计》读书笔记——作用域
  12. 下载视频 用IDM下载的视频花屏
  13. cf计算机丢失msvcp100,Win7丢失MSVCP100.dll导致程序无法启动怎们办
  14. [CSR]在CSR8675的Source工程实现串口收发实例
  15. linux安装两个独立显卡驱动,Manjaro Linux 双显卡安装步骤及独立显卡运行游戏(Nvidia GeForce GTX 980m)...
  16. 人力资源行业拓客的10个经典方法
  17. 中国技术经济学会区块链分会秘书长贾永政:人工智能与区块链上的存储和计算
  18. 17春c语言,2017春C语言程序设计 上(长安大学)
  19. 《操作系统设计原理》第一章习题
  20. C++ 常用的STL库

热门文章

  1. 在软件工程中有两件难事
  2. ubuntu下载goalng-1.9
  3. Qt4_使用窗体编辑记录
  4. LL(1)分析表的构造
  5. SQL Server 2016完整数据库备份的演练
  6. tempdb数据库清理_如何检测和防止TempDB数据库意外增长
  7. sql 逻辑运算符_SQL Like逻辑运算符介绍和概述
  8. 【剑指Offer】29、最小的K个数
  9. 调用拷贝构造函数的场景
  10. js当中null和{}区别