install: fixed an issue printing an error message in case QScintilla is not detected and could not be installed via pip.

Wed, 11 Jul 2018 19:30:42 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 11 Jul 2018 19:30:42 +0200
changeset 6429
296b0e5d5a76
parent 6428
10aa2bf9c1d7
child 6430
9fe4016a653b

install: fixed an issue printing an error message in case QScintilla is not detected and could not be installed via pip.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Wed Jul 11 19:17:56 2018 +0200
+++ b/install.py	Wed Jul 11 19:30:42 2018 +0200
@@ -1355,7 +1355,7 @@
         if message:
             print("Sorry, please install QScintilla2 and")
             print("its PyQt5/PyQt4 wrapper.")
-            print('Error: {0}'.format(msg))
+            print('Error: {0}'.format(message))
             exit(1)
     print("Found QScintilla2")
     

eric ide

mercurial