[issue7227] Shell Support for installation of Python Packages (.EGG)

2009-10-28 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue7227] Shell Support for installation of Python Packages (.EGG)

2009-10-28 Thread Tarek Ziadé
Tarek Ziadé added the comment: The .egg format and easy_install are not part of by Distutils. You can try to propose your .egg shell support to Pip, Distribute 0.6.x or Setuptools 0.6x projects. -- resolution: -> rejected ___ Python tracker

[issue7227] Shell Support for installation of Python Packages (.EGG)

2009-10-28 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> tarek components: +Distutils -Demos and Tools nosy: +tarek priority: -> normal ___ Python tracker ___ ___

[issue7227] Shell Support for installation of Python Packages (.EGG)

2009-10-27 Thread Martin v . Löwis
Changes by Martin v. Löwis : -- versions: -Python 2.4, Python 2.5, Python 2.6, Python 3.0, Python 3.1 ___ Python tracker ___ ___ Pytho

[issue7227] Shell Support for installation of Python Packages (.EGG)

2009-10-27 Thread David Lyon
New submission from David Lyon : Under Windows, it would be very handy to have shell support for installing .EGG packages. To implement this would require the addition of some registry keys into the cpython installation to associate the .EGG extension as being a python package. Then a new scrip