[Python-projects] pylint easy_install-ability
John J Lee
jjl at pobox.com
Sun May 21 19:29:52 CEST 2006
Seems "easy_install pylint" doesn't work because pylint isn't registered
on PyPI (now strangely renamed "The Python Cheese Shop").
I attempted to do it by downloading by hand and then using easy_install,
but (after a fair amount of effort) got what I think was some sort of
namespace package error about the package named "common". I'll try again,
but thought I'd first ask here if the lack of PyPI registration was
deliberate (it just takes a "python setup.py register" to do it).
John
More information about the Python-Projects
mailing list