commit dc9a25b83cc131493adcc2402779fcf6cc816ad0 parent a9678aee78ad6125770e511456a92443c80fc605 Author: ThomasV <thomasv@electrum.org> Date: Sun, 27 Aug 2017 07:18:33 +0200 fix qt package name Diffstat:
M | gui/qt/__init__.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 *