this application failed to start because on qt platform plugin could beinitilaied reinstalling the application may fis this problem
问题原因:没有配置项目中 qt platform plugin 的环境变量 ,导致pycharm无法查找到plugin
解决方法:
添加系统变量
①控制面板-》系统和安全-》系统-》高级系统设置-》-》高级-》环境变量
②添加系统变量
变量名:QT_QPA_PLATFORM_PLUGIN_PATH
变量值(以你的安装地址为准)D:\PyCharm\project\爬虫\venv\Lib\site-packages\PyQt5\Qt\plugins
③重启pycharm ,在重新编译文件即可
(Qtwidgets,QtCore 画了红线,但是仍然可以运行)