On 06 janvier 15:27, Paul Cornelius wrote:
> I've had to overcome some difficulties when installing Pylint in a
> brand new Python 3.3 installation.  This is on Windows 8.1, but I
> think it would be the same with any other Windows flavor.  The setup
> script fails when it tries to run 2to3 since it cannot find it.
> 2to3.py is, by default, placed in Python33/Tools/Scripts, which is
> not in the path.  Perhaps everyone else adds that directory to the
> path, but I don't.
> 
> When I copied 2to3.py to the Python33 directory, which of course is
> in the path, the installation scripts worked.
> 
> Perhaps you don't want or need to change anything in the script but
> it might be helpful to others if a note was added to the
> documentation.

which version of pylint are you installing? it should be ok with the latest and
greatest 1.1, using 2to3 as a lib instead of attempting to launch the
executable.

-- 
Sylvain Thénault, LOGILAB, Paris (01.45.32.03.12) - Toulouse (05.62.17.16.42)
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@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to