--- a/Utilities/__init__.py Mon Oct 01 19:44:40 2012 +0200 +++ b/Utilities/__init__.py Mon Oct 01 19:55:49 2012 +0200 @@ -1291,7 +1291,7 @@ interpreter = Preferences.getDebugger("PythonInterpreter") if interpreter == "" or not isinpath(interpreter): return (False, "", "", "", "", "", [( - "", "1", + file, "1", QCoreApplication.translate("Utilities", "Python2 interpreter not configured.") )])