[Distutils] pip install --upgrade bug on python3.x

Christian Tismer tismer at stackless.com
Mon Jan 7 16:49:51 CET 2013


Hi folks,

I recognized a glitch with pip when using the --upgrade option.
 From the traceback:

       File "./setuptools/dist.py", line 103
         except ValueError, e:
                          ^
     SyntaxError: invalid syntax

This seems to happen only if --upgrade is used, regardless whether
a module was installed before or not.
It is easy to circumvent by first uninstalling and then avoiding the option.

Should I file an issue? Where? Or submit a patch?

cheers - Chris

-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
Software Consulting          :     Have a break! Take a ride on Python's
Karl-Liebknecht-Str. 121     :    *Starship* http://starship.python.net/
14482 Potsdam                :     PGP key -> http://pgp.uni-mainz.de
phone +49 173 24 18 776  fax +49 (30) 700143-0023
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
       whom do you want to sponsor today?   http://www.stackless.com/



More information about the Distutils-SIG mailing list