On 28 septembre 11:02, Julien Jehannet wrote: > > * Sylvain Thénault <[email protected]> [28-sept.-2011 08:21]: > > > On 27 septembre 14:12, László Sándor wrote: > > > I tried to search the FAQ or the documentation, but I don't see clearly on > > > this: Can I have pylint work under python 3.2? I have developed my code > > > for > > > that platform, but it seems like the standard installation of pylint does > > > not work. Could I circumvent this by checking out the latest source or > > > something? Thanks! > > > > Take a look at logilab/astng/README.Python3 : it basically say that you > > should > > run the 2to3 tool on all modules (eg pylint, logilab/astng and > > logilab/common) > > The README.Python3 is not properly updated.
could you update it and drop some documentation on the web site please? > `python3 setup.py <command>` will do the conversion automatically now > thanks to the integration of 2to3 into distutils. > > hg clone http://hg.logilab.org/logilab/astng > cd astng > python3 setup.py install --no-compile no need to clone repos, this should be in latests releases of each project, no? > Same process for logilab-common and pylint but note that we haven't strong > support for python3 yet. though things are improving as new users get in :) -- Sylvain Thénault LOGILAB, Paris (France) 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 [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
