Having issue as Tutorial is on PyQt4 and Now my system is installed with PyQt5. any idea about commands change.
Traceback (most recent call last):
File ".gui.py", line 4, in <module>
app = QtGui.QApplication(sys.argv)
AttributeError: module 'PyQt5.QtGui' has no attr
ibute 'QApplication'
You must be logged in to post. Please login or register an account.