diff -r 0a7f95dd67d1 -r 69c4c0e04bf6 PluginPyLint.py --- a/PluginPyLint.py Sat May 23 16:59:15 2015 +0200 +++ b/PluginPyLint.py Sat Oct 31 16:52:43 2015 +0100 @@ -35,7 +35,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.1.0" +version = "6.1.1" className = "PyLintPlugin" packageName = "PyLint" shortDescription = "Show the PyLint dialogs." @@ -150,7 +150,7 @@ exe = os.path.join(installpath, 'Scripts', 'pylint.exe') if os.access(exe, os.X_OK): exes.append(exe) - except (WindowsError, FileNotFoundError): # __IGNORE_WARNING__ + except (WindowsError, OSError): # __IGNORE_WARNING__ pass return exes