【发布时间】:2020-08-11 06:38:31
【问题描述】:
我目前正在使用 Python 3.6.8 和 PyQt5。我的程序运行良好,但在 Windows 更新后,一切都停止了。
这是错误:
Traceback (most recent call last):
File "main.py", line 10, in <module>
from PyQt5 import QtWidgets, QtCore, QtGui
ImportError: DLL load failed: The specified module could not be found.
【问题讨论】:
标签: python python-3.x pyqt pyqt5 python-import