[Python-projects] followup on ticket #3214: pylint/numpy problem

Nicolas Chauvat nicolas.chauvat at logilab.fr
Fri Nov 14 16:09:43 CET 2008


Hi Ken,

On Fri, Nov 14, 2008 at 09:53:53AM -0500, Sakaie, Ken wrote:
> Install packages:
> $ easy_install logilab-common
> $ easy_install logilab-astng
> $ easy_install pylint

We do not support eggs and easy_install. These were contributed by
Tarek Ziadé.

Try to install locally:

   cd logilab-common
   python setup.py install --prefix=/home/ken/local
   <repeat for logilab-astng and pylint>

or switch to a distribution like debian or ubuntu and type:

  apt-get install pylint

Does that help ?

-- 
Nicolas Chauvat

logilab.fr - services en informatique scientifique et gestion de connaissances  


More information about the Python-Projects mailing list