[Python-projects] There is a failure during pylint version 0.16.0 installation
Mads Kiilerich
mads at kiilerich.com
Tue Mar 3 12:11:35 CET 2009
Sylvain Thénault wrote:
> Le Monday 02 March 2009 20:54:13 Mads Kiilerich, vous avez écrit :
>
>> I just verified, on a 100% fresh minimal centos 5.2 that after
>> yum install python-setuptools
>> easy_install logilab-common
>> easy_install logilab-astng
>> easy_install pylint
>> then the command "pylint" runs and outputs help.
>>
>
> and that's already cool :)
>
Sure. But the next challenge is always more interesting ;-)
>> But it seems like the dependency resolution for "easy_install pylint"
>> fails because of the missing bin/pylint.
>>
>
> hum I don't see why dependency resolution would fail because of this (and then
> how it's installed in the first steps you describe).
To more exact, it seems like it first installs pylint (with some
warnings), then it detects the dependencies, and then it verifies the
pylint installation and fails badly.
> Anyone have any idea of
> what's the actual pb here ? (missing / badly registered file ?)
>
Tarek? However, I guess there is good reasons why he made
logilab.pylintinstaller. But it must be possible to fix it somehow...
/Mads
More information about the Python-Projects
mailing list