So, I have a .py file:
from PyQt4.QtGui import *
from PyQt4.QtCore import *
When I'm executing it - I have this error message:
Traceback (most recent call last):
File "kek.py", line 1, in
from PyQt4.QtGui import *
ModuleNotFoundError: No module named 'PyQt4.sip'
I've tried to install **sip** itself, I've installed **Qt4**, **PyQt4** and it doesn't works.
Help me, guys
Asked by Curlindus
(13 rep)
Dec 21, 2019, 09:05 AM
Last activity: Sep 7, 2023, 12:51 PM
Last activity: Sep 7, 2023, 12:51 PM