Re: [Python-projects] issue with pylint 0.20 and common 0.50

2010-06-11 Thread Sam Tygier
i also had the error {{{ Traceback (most recent call last): File "/usr/bin/pylint", line 5, in pkg_resources.run_script('pylint==0.20.0', 'pylint') File "/usr/lib/python2.6/site-packages/setuptools-0.6c11- py2.6.egg/pkg_resources.py", line 489, in run_script self.require(requires)[0].r

Re: [Python-projects] issue with pylint 0.20 and common 0.50

2010-06-11 Thread Sylvain Thénault
On 06 mai 16:59, Pedro wrote: > Hello, Hi, > However, now I get this: > > {{{ > py2.6.egg/pylint/utils.py", line 491, in add_checker > for cls in nodes.ALL_NODE_CLASSES: > AttributeError: 'module' object has no attribute 'ALL_NODE_CLASSES' > }}} > > Maybe this is a bug? yep, this is an as

Re: [Python-projects] issue with pylint 0.20 and common 0.50

2010-05-06 Thread Pedro
Julien Jehannet logilab.fr> writes: > > > * Jean-Michel Pichavant sequans.com> [05-mai-2010 15:13]: > > Fellows, > > > > In order to get the fix for > > http://www.logilab.org/ticket/20464 > > > > I've updated pylint to 0.20 using easy_install -U pylint > > Looks like there is a mismatch betw