--- a/PluginPyLint.py Mon Mar 27 19:46:31 2017 +0200 +++ b/PluginPyLint.py Fri Mar 31 18:07:33 2017 +0200 @@ -35,7 +35,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.1.5" +version = "6.1.6" className = "PyLintPlugin" packageName = "PyLint" shortDescription = "Show the PyLint dialogs." @@ -212,7 +212,7 @@ # step 2: determine the Python variant if Utilities.isMacPlatform(): checkStrings = ["Python.framework/Versions/3".lower(), - "python3"] + "python3", "python"] else: checkStrings = ["python3"]