[Python-projects] Calling Pylint from within Python

2010-05-06 Thread Tayssir John Gabbour
Hi! Is there a convenient way to call Pylint from within Python, rather than executing it and writing a parser for its text output? In Mercurial, I took a look at the tests and examples, but it didn't seem obvious to me. Thanks, Tj ___ Python-Projects m

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

Re: [Python-projects] PyLint and optional imports

2010-05-06 Thread Arve Knudsen
On Wed, May 5, 2010 at 7:50 PM, Sylvain Thénault < sylvain.thena...@logilab.fr> wrote: > On 03 mai 14:43, Arve Knudsen wrote: > > Hello > > Re, > > > How can one make PyLint not fail on optional imports? That is, in some of > my > > code I have a soft dependency on python-win32, like so: > > > > t