fix qt package name

This commit is contained in:
ThomasV 2017-08-27 07:18:33 +02:00
parent a9678aee78
commit dc9a25b83c
1 changed files with 1 additions and 1 deletions

View File

@ -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 *