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.
Paul Cornelius
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects