BU-hammerTeam / PyHammer

A Python Spectral Typing Suite
MIT License
53 stars 14 forks source link

Problems with PyQt5 #13

Closed ctheissen closed 7 years ago

ctheissen commented 7 years ago

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'

zephyr5050 commented 7 years ago

Simple typo, thanks for pointing it out.