Message3758
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 =] |
|
Date |
User |
Action |
Args |
2008-11-07 23:34:46 | pjenvey | set | messageid: <1226100886.47.0.952130304005.issue1161@psf.upfronthosting.co.za> |
2008-11-07 23:34:46 | pjenvey | set | recipients:
+ pjenvey, sreimers |
2008-11-07 23:34:46 | pjenvey | link | issue1161 messages |
2008-11-07 23:34:46 | pjenvey | create | |
|