2 Apr 2012 09:13
Re: <at> staticmethod syntax error
Sylvain Thénault <sylvain.thenault <at> logilab.fr>
2012-04-02 07:13:54 GMT
2012-04-02 07:13:54 GMT
On 31 mars 11:24, Éric Araujo wrote: > > I just installed PyLint after not having used it for a while. > > I get the below error. I am using an older version of Python 2.3.5, > > could this be the problem? > Yes: decorator syntax was added in Python 2.4. > http://docs.python.org/whatsnew/2.4#pep-318-decorators-for-functions-and-methods also, recent versions of pylint depends on python >= 2.5 -- -- Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (09.54.03.55.76) Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations Développement logiciel sur mesure: http://www.logilab.fr/services CubicWeb, the semantic web framework: http://www.cubicweb.org _______________________________________________ Python-Projects mailing list Python-Projects <at> lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects
RSS Feed