[Distutils] [venv] distribute-0.6.35 fails on python 3.3?
Marius Gedminas
marius at pov.lt
Tue Feb 26 10:20:06 CET 2013
On Tue, Feb 26, 2013 at 09:17:29AM +0000, Paul Moore wrote:
> On 26 February 2013 06:21, Chris Withers <chris at simplistix.co.uk> wrote:
> > File "./setuptools/dist.py", line 103
> > except ValueError, e:
> > ^
> > SyntaxError: invalid syntax
> >
> > Can other people reproduce this? When was that Python 3 incompatible except
> > clause introduced?
>
> I quite often see this, it's usually because something that pip is
> doing (building the metadata/dependency stuff, the actual code build
> is fine) is failing to run 2to3.
>
> I can't offer anything in the way of a fix, I'm afraid...
How hard would it be to rewrite distribute to use a common language
subset instead of relying on 2to3?
Marius Gedminas
--
C++ is a loaded machine gun helpfully pointed at your feet with the safety off.
-- ChaosDiscord on Slashdot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20130226/cbf1f06b/attachment.pgp>
More information about the Distutils-SIG
mailing list