--- 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)