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)