Message3758

Author pjenvey
Recipients pjenvey, sreimers
Date 2008-11-07.23:34:46
SpamBayes Score 3.4893008e-06
Marked as misclassified No
Message-id <1226100886.47.0.952130304005.issue1161@psf.upfronthosting.co.za>
In-reply-to
Content
How do I reproduce this? Do I have to install the logilab-common and 
logilab-astng packages manually for pylint to work?

I tried easy_installing pylint, logilab-common and then logilab-astng. 
That ended up with the error 'No module named astng.utils' when running 
pylint.

That's due to the fact that the logilab package isn't setup as a 
namespace package

You can use the pkg_resources (or setuptools) module to do that. If 
pylint's setup.py is using setuptools, a proper install_requires= 
argument would also be nice =]
History
Date User Action Args
2008-11-07 23:34:46pjenveysetmessageid: <1226100886.47.0.952130304005.issue1161@psf.upfronthosting.co.za>
2008-11-07 23:34:46pjenveysetrecipients: + pjenvey, sreimers
2008-11-07 23:34:46pjenveylinkissue1161 messages
2008-11-07 23:34:46pjenveycreate