The latest logilab-common, version 0.60.1. I installed 0.60.0 a few
days earlier but on a different machine (XP) and did not have any
problem. I see that setup.py changed between the two versions, but at a
quick glance it seems like the two versions are functionally equivalent
- as I'm sure you intended.
I had similar issues with astroid and pylint itself, but after I ran the
2to3 tool by hand it is all working. The problem is only with the
initial installation.
Paul
On 1/6/2014 11:48 PM, Sylvain Thénault wrote:
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.
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects