New submission from David Lyon <david.l...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue7227> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com