Hi As I tried to install pylint from Mercurial through pip, I discovered that pylint is in effect not installable in development mode (i.e. "setup.py develop"). The reason is that pylint only creates the "pylint" package when it is installed in the normal manner, while development installation points to the raw source directory (with no "pylint" package). Can you please make development installation work?
Arve
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
