[Python-projects] pylint easy_install-ability
Sylvain Thénault
sylvain.thenault at logilab.fr
Sun May 21 21:35:18 CEST 2006
On Sunday 21 May à 17:29, 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).
strange, pylint and its dependencies are registered into PyPI (though
I regularly forget this step, so the latest releases are probably not
registered. We'll fix this asap). I wasn't aware of this easy_install
ability, good to know :). BTW, this make me think: how do you specify
dependencies in a setup.py file ? Distutils support that now ?
should-follow-distsig'ly yours' ;)
PS: pylint depends on logilab common AND astng package.
--
Sylvain Thénault LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
Développement logiciel sur mesure: http://www.logilab.fr/services
Python et calcul scientifique: http://www.logilab.fr/science
More information about the Python-Projects
mailing list