--- a/Utilities/__init__.py Mon Jan 03 17:45:11 2011 +0100 +++ b/Utilities/__init__.py Tue Jan 04 17:37:48 2011 +0100 @@ -1127,7 +1127,8 @@ if interpreter == "" or not isExecutable(interpreter): return (True, file, "1", "", QCoreApplication.translate("Utilities", - "Python2 interpreter not configured.")) + "Python2 interpreter not configured."), + []) syntaxChecker = os.path.join(getConfig('ericDir'), "UtilitiesPython2", "Py2SyntaxChecker.py") @@ -1171,7 +1172,8 @@ return (True, file, "1", "", QCoreApplication.translate("Utilities", - "Python2 interpreter did not finish within 30s.")) + "Python2 interpreter did not finish within 30s."), + []) def getConfigDir(): """