Browse Source

fix qt package name

seed_v14
ThomasV 7 years ago
parent
commit
dc9a25b83c
  1. 2
      gui/qt/__init__.py

2
gui/qt/__init__.py

@ -30,7 +30,7 @@ import signal
try:
import PyQt4
except Exception:
sys.exit("Error: Could not import PyQt4 on Linux systems, you may try 'sudo apt-get install python-qt4'")
sys.exit("Error: Could not import PyQt4 on Linux systems, you may try 'sudo apt-get install python3-pyqt4'")
from PyQt4.QtGui import *
from PyQt4.QtCore import *

Loading…
Cancel
Save