Hi Everyone, just checked out the developer-branch and I'm getting the following error:
ctheissen$ python3 pyhammer.pyTraceback (most recent call last):File "pyhammer.py", line 1, in <module>from pyhamimports import *File "/Users/ctheissen/repos/PyHammer/pyhamimports.py", line 43, in <module>from PyQt5.QWidgets import *ModuleNotFoundError: No module named 'PyQt5.QWidgets'
Seems you need to chance 'PyQt5.QWidgets' to 'PyQt5.QtWidgets'
Hi Everyone, just checked out the developer-branch and I'm getting the following error:
ctheissen$ python3 pyhammer.py
Traceback (most recent call last):
File "pyhammer.py", line 1, in <module>
from pyhamimports import *
File "/Users/ctheissen/repos/PyHammer/pyhamimports.py", line 43, in <module>
from PyQt5.QWidgets import *
ModuleNotFoundError: No module named 'PyQt5.QWidgets'
Seems you need to chance
'PyQt5.QWidgets'
to'PyQt5.QtWidgets'