[Python-projects] pylint with Python 2.6 on Vista
Tom Malcolmson
Tom at Malcolmson.com
Wed Mar 25 13:22:22 CET 2009
On Wed, 25 Mar 2009 08:21 +0100, "Sylvain Thénault"
<sylvain.thenault at logilab.fr> wrote:
> Le Wednesday 25 March 2009 02:37:58 Tom Malcolmson, vous avez écrit :
> > Hi.
>
> Hi,
>
> Please use python-projects at lists.logilab.org for questions regarding
> pylint
> (Cced)
> > I've just tried pylint 0.17.0 with Python 2.6.1 on Vista Business 32bit.
> > I installed pylint, logilab-astng, logilab-common all successfully with
> > the python setup.py install command.
> >
> > I get an exception when I run pylint (the output is below). Does pylint
> > work with Python 2.6? I'm particularly interested in using it in
> > relation to RPython.
>
> Unfortunatly latest release has broken Python2.6 suppor, it will be fixed
> in
> the next astng/pylint release (today). Also what do you mean by "using it
> in
> relation to RPython" ? If you mean using RPython restriction detection
> which
> was done by pylint, this is not your lucky day since the rpython checker
> has
> been removed from pylint 0.17 since it wasn't maintained and rpython is
> somewhat a moving target. Of course if you've any interest in it it's
> easy to
> get it back from an earlier release.
Thanks for the response.
Yes, it is the 'RPython restriction detection' that I am interested in.
I'm sorry to hear that it has been removed.
Perhaps the easiest thing would be for me to see if I can get my python
software working on Python v2.5, and then I could use your pylint 0.17.
Tom.
> Regards
> --
> Sylvain Thénault LOGILAB, Paris (France)
> Formations Python, Zope, Plone, Debian: http://www.logilab.fr/formations
> Développement logiciel sur mesure: http://www.logilab.fr/services
> Python et calcul scientifique: http://www.logilab.fr/science
More information about the Python-Projects
mailing list