--- a/PluginPyLint.py Sun Jan 21 15:06:14 2018 +0100 +++ b/PluginPyLint.py Wed Feb 21 10:16:34 2018 +0100 @@ -35,7 +35,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.1.9" +version = "6.1.10" className = "PyLintPlugin" packageName = "PyLint" shortDescription = "Show the PyLint dialogs." @@ -181,7 +181,7 @@ for exePath in exePaths: executables.add(exePath) - exePath = getExePath( + exePaths = getExePath( winreg.HKEY_LOCAL_MACHINE, winreg.KEY_WOW64_64KEY | winreg.KEY_READ, versionStr) if exePaths: