Re: [Python-projects] pylint - Exception RuntimeError

2011-10-24 Thread Barry Warsaw
On Oct 24, 2011, at 08:39 PM, Sylvain Thénault wrote: >On 24 octobre 12:54, Barry Warsaw wrote: >> On Oct 24, 2011, at 06:11 PM, Alexandre Fayolle wrote: >> >> >That said, these are getting old. The current version of pylint is 0.25.0 >> >which you can download from http://www.logilab.org/projec

Re: [Python-projects] pylint - Exception RuntimeError

2011-10-24 Thread Sylvain Thénault
On 24 octobre 12:54, Barry Warsaw wrote: > On Oct 24, 2011, at 06:11 PM, Alexandre Fayolle wrote: > > >That said, these are getting old. The current version of pylint is 0.25.0 > >which you can download from http://www.logilab.org/project/pylint (you will > >also need logilab-astng and logilab-c

Re: [Python-projects] pylint - Exception RuntimeError

2011-10-24 Thread rbastian
> > > > Bonjour, > > > > Sometimes, there is the following message from pylint: > > > > Exception RuntimeError: 'maximum recursion depth exceeded in > > __subclasscheck__' in ignored > > > > Maybe it comes from circular imports - but there is no > > good reason to maintain circular imports (i

Re: [Python-projects] pylint - Exception RuntimeError

2011-10-24 Thread Barry Warsaw
On Oct 24, 2011, at 06:11 PM, Alexandre Fayolle wrote: >That said, these are getting old. The current version of pylint is 0.25.0 >which you can download from http://www.logilab.org/project/pylint (you will >also need logilab-astng and logilab-common). Debian testing has pylint 0.24.0 afaict,

Re: [Python-projects] pylint - Exception RuntimeError

2011-10-24 Thread Alexandre Fayolle
On Monday 24 October 2011 16:44:44 rbast...@free.fr wrote: > > > Bonjour, > > > > > > Sometimes, there is the following message from pylint: > > > > > > Exception RuntimeError: 'maximum recursion depth exceeded in > > > __subclasscheck__' in ignored > > > > > > Maybe it comes from circular impo

Re: [Python-projects] pylint - Exception RuntimeError

2011-10-24 Thread rbastian
> > > > Bonjour, > > > > Sometimes, there is the following message from pylint: > > > > Exception RuntimeError: 'maximum recursion depth exceeded in > > __subclasscheck__' in ignored > > > > Maybe it comes from circular imports - but there is no > > good reason to maintain circular imports (i

Re: [Python-projects] pylint - Exception RuntimeError

2011-10-24 Thread Sylvain Thénault
On 24 octobre 13:13, rbast...@free.fr wrote: > > > Bonjour, > > Sometimes, there is the following message from pylint: > > Exception RuntimeError: 'maximum recursion depth exceeded in > __subclasscheck__' in ignored > > Maybe it comes from circular imports - but there is no > good reason to m