As far as I can tell, even after creating a Logilab account and signing in, it's still impossible for me to open a new ticket. Hopefully this is an accepted way of submitting bug reports.
Here's the bug report: If you have an old version of logilab_common installed, easy_install doesn't upgrade it when upgrading pylint. This is a problem, since at some point pylint started using a function that doesn't exist in older versions of logilab_common. Also, this was annoying to debug since under Windows pylint.bat was closing my console window when it hit the error. If that could be changed too, it'd be great. Here's the fix for the dependency problem: Replace line 25 of __pkginfo__.py Old version: install_requires = ['logilab-common', 'logilab-astng >= 0.19.2'] New version: install_requires = ['logilab-common >= 0.46.0', 'logilab-astng >= 0.19.2'] Cheers, - Dan
_______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects