From dc9a25b83cc131493adcc2402779fcf6cc816ad0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 27 Aug 2017 07:18:33 +0200 Subject: [PATCH] fix qt package name --- gui/qt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/__init__.py b/gui/qt/__init__.py index ed454063..8f55a772 100644 --- a/gui/qt/__init__.py +++ b/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 *