我对 PyQt5.QtWidgets 有疑问
Posted
技术标签:
【中文标题】我对 PyQt5.QtWidgets 有疑问【英文标题】:I have an issue with the PyQt5.QtWidgets 【发布时间】:2021-02-17 16:39:16 【问题描述】:我使用 python3 版本,我无法找出这个模块“QtWidgets”的错误 这是代码
from PyQt5 import QtWidgets
这是输出
ImportError: DLL load failed while importing QtWidgets: The specified module could not be found.
【问题讨论】:
【参考方案1】:仍然没有合乎逻辑的答案,但我所做的是将 python 版本从 3.8 升级到 3.9,并且它成功运行
编辑:问题出在 QT 的 dll 库中,python 解释器找不到它们,我做了什么,我从 "C:\Python38\Lib\site-packages\PyQt5\plugins\platforms 复制了那些 .dll 库" 到我的可执行文件所在的文件夹并且一切正常。
【讨论】:
以上是关于我对 PyQt5.QtWidgets 有疑问的主要内容,如果未能解决你的问题,请参考以下文章
Pylint 中的模块“PyQt5.QtWidgets”错误中没有名称“QApplication”
Pylint 中的模块“PyQt5.QtWidgets”错误中没有名称“QApplication”