--- a/eric6_configure.py Fri Mar 18 20:05:12 2016 +0100 +++ b/eric6_configure.py Sat Mar 19 11:27:03 2016 +0100 @@ -37,9 +37,8 @@ settingsDir) sys.argv.remove(arg) -# TODO: adjust this to 5.6.0 when done from PyQt5.QtCore import qVersion -if qVersion() < "5.5.0": +if qVersion() < "5.6.0": WEBENGINE_AVAILABLE = False else: try: