install.py

branch
5_5_x
changeset 3679
e31b1fafad14
parent 3628
deb5973080a9
child 3695
8b52ec5f40e4
diff -r e8a37c412d28 -r e31b1fafad14 install.py
--- a/install.py	Sat Jul 05 12:23:15 2014 +0200
+++ b/install.py	Sat Jul 05 14:39:33 2014 +0200
@@ -960,12 +960,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