i downloaded this: https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.6/
and when running any example scripts, I get a module not found
error like this:
File "C:\Program Files (x86)\Python36-32\Lib\site-packages\PyQt5\examples\dialogs\classwizard\classwizard.py", line 45, in <module>
from PyQt5.QtCore import QDir, QFile, QRegExp
ImportError: DLL load failed: Das angegebene Modul wurde nicht gefunden.`
I read this post and added the env variable: PyQt5 module cant be found after installing PyQt5 with Installer
Could it be because I am using Python 3.6.5. and the installer is for Python 3.5 ? or do I have to install anything additional? I doubt that because the installer said it installs PyQt, Qt and other tools.