【发布时间】:2021-04-21 02:48:48
【问题描述】:
我正在开发一个在 WinPE 中使用的工具,并且在 WinPE 环境中使用 PySide2/PyQt5 时遇到了问题。
在导入 QtGui 时,它显示 ImportError: DLL load failed while importing QtGui: The specified module could not be found.
但是导入QtCore是成功的。
如果我在另一台 Windows 机器上使用相同的环境,它是成功的。
【问题讨论】:
标签: python pyqt5 pyside2 winpe