found 438438 0.14.0-2 tags 438438 +patch thanks I believe that this bug is not fixed in the latest version of pylint.
See for example: E:5:some_function: Undefined variable 'all' The problem is easy to work around though. The file /usr/bin/pylint looks like this: $ cat /usr/bin/pylint #!/usr/bin/python import sys from pylint import lint lint.Run(sys.argv[1:]) $ In order to support multiple python versions I suggest adding programs /usr/bin/pylint2.5 and so forth having the interpreter version in the #! line. I verified that this works for my system. Helmut -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]