Hi I just tried pylint from mercurial, in order to see if it fixes a problem of mine. It dies with a rather cryptic error though: F: 1: <type 'exceptions.TypeError'>: astng_from_file() got an unexpected keyword argument 'source'. First of all, it looks like pylint doesn't understand it is an error in its own code, and instead prints a lint message? Secondly, as far as I can tell, the reason that the call to astng_from_file fails is that pylint is really depending on a newer version of astng? I guess that the distribution metadata should be updated to depend on an updated astng?
Thanks, Arve
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
