pythonguis-examples icon indicating copy to clipboard operation
pythonguis-examples copied to clipboard

for calculator, is sip needed?

Open jerryasher opened this issue 7 years ago • 0 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

jerryasher avatar Mar 16 '18 09:03 jerryasher