Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Dll load error in PyQT5
-
from PyQt5.QtWidgets import QApplication, QWidget, QPushButton, QVBoxLayout ImportError: DLL load failed: The specified module could not be found.
I cant get it to work. I'm using python 3.7 on windows 7, 64bit.
Does anybody know what is the problem.
-
Hi and welcome to devnet,
How did you install PyQt5 ?