pythonguis/pythonguis-examples

for calculator, is sip needed?

jerryasher opened this issue · 1 comments

playing with calculator I received

 python calculator.py
Traceback (most recent call last):
  File "calculator.py", line 1, in <module>
    from PyQt5.QtGui import *
ModuleNotFoundError: No module named 'sip'

in response

pipenv install sip

afterwards it seemed to run

It may have been, but is no longer.