install.py

branch
5_4_x
changeset 3680
d60e61ef6642
parent 3610
fa0448f34e49
child 3707
ea1db3ec60b3
diff -r 01e4aee3c3ee -r d60e61ef6642 install.py
--- a/install.py	Sat Jul 05 12:23:15 2014 +0200
+++ b/install.py	Sat Jul 05 14:39:33 2014 +0200
@@ -897,12 +897,12 @@
         exit(1)
     print("Found QScintilla2")
     
+    modulesOK = True
     for impModule in [
         "PyQt4.QtGui", "PyQt4.QtNetwork", "PyQt4.QtSql",
         "PyQt4.QtSvg", "PyQt4.QtWebKit",
     ]:
         name = impModule.split(".")[1]
-        modulesOK = True
         try:
             __import__(impModule)
             print("Found", name)

eric ide

mercurial