install.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2691
0499c802883f
child 3163
9f50365a0870
--- a/install.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/install.py	Sun Jun 30 20:03:24 2013 +0200
@@ -816,7 +816,7 @@
         from PyQt4 import Qsci      # __IGNORE_WARNING__
     except ImportError as msg:
         print("Sorry, please install QScintilla2 and")
-        print("it's PyQt4 wrapper.")
+        print("its PyQt4 wrapper.")
         print('Error: {0}'.format(msg))
         exit(1)
     print("Found QScintilla2")

eric ide

mercurial