[issue11026] Distutils2 install command fail with python 2.5/2.7

2011-01-27 Thread Boris FELD
Boris FELD added the comment: The new command for installation is install_dist, sorry. -- resolution: -> invalid status: open -> closed ___ Python tracker ___ _

[issue11026] Distutils2 install command fail with python 2.5/2.7

2011-01-27 Thread Boris FELD
Changes by Boris FELD : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue11026] Distutils2 install command fail with python 2.5/2.7

2011-01-27 Thread Boris FELD
New submission from Boris FELD : Distutils2 install command fail with both python 2.5 and python 2.7 while it works with python 2.6. $ python -V python 2.5.4 $ python -m "distutils2.run" install usage: run.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: run.py --help [cmd1 cmd2