pythonguis-examples
pythonguis-examples copied to clipboard
for calculator, is sip needed?
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