[Python-projects] pylint easy_install-ability

John J Lee jjl at pobox.com
Sun May 21 20:46:00 CEST 2006


On Sun, 21 May 2006, Nicolas Chauvat wrote:

> On Sun, May 21, 2006 at 05:29:52PM +0000, John J Lee wrote:
>> 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).
>
> Meanwhile, you can install both logilab-common and pylint with the
> simple python setup.py install or use the debian packages.

Thanks, that worked.  I could have sworn I saw mention of setuptools 
somewhere in a setup.py, but can't find it now...


John



More information about the Python-Projects mailing list