Utilities/__init__.py

branch
5_1_x
changeset 1168
68d25b6dd44d
parent 1125
4ecd7e08246b
child 1175
93655105b6de
--- a/Utilities/__init__.py	Sun Jul 03 09:41:01 2011 +0200
+++ b/Utilities/__init__.py	Mon Jul 04 08:08:04 2011 +0200
@@ -1151,10 +1151,11 @@
     """
     interpreter = Preferences.getDebugger("PythonInterpreter")
     if interpreter == "" or not isinpath(interpreter):
-        return (True, file, "1", "", 
+        return (False, "", "", "", "", [(
+            "", "1",
             QCoreApplication.translate("Utilities", 
-                                       "Python2 interpreter not configured."), 
-            [])
+                                       "Python2 interpreter not configured.")
+            )])
     
     syntaxChecker = os.path.join(getConfig('ericDir'), 
                                  "UtilitiesPython2", "Py2SyntaxChecker.py")

eric ide

mercurial