[New-bugs-announce] [issue7227] Shell Support for installation of Python Packages (.EGG)

David Lyon report at bugs.python.org
Wed Oct 28 06:27:23 CET 2009


New submission from David Lyon <david.lyon at preisshare.net>:

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 script would be assigned to process the .EGG file if called
from explorer.

This would provide the user with the ability to easily install packages
from web sites such as pypi.

----------
components: Demos and Tools, Installation, Windows
messages: 94600
nosy: djlyon
severity: normal
status: open
title: Shell Support for installation of Python Packages (.EGG)
type: feature request
versions: Python 2.4, Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7227>
_______________________________________


More information about the New-bugs-announce mailing list