This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author djlyon
Recipients djlyon
Date 2009-10-28.05:27:16
SpamBayes Score 0.00025982244
Marked as misclassified No
Message-id <1256707642.83.0.00840383945529.issue7227@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-10-28 05:27:24djlyonsetrecipients: + djlyon
2009-10-28 05:27:22djlyonsetmessageid: <1256707642.83.0.00840383945529.issue7227@psf.upfronthosting.co.za>
2009-10-28 05:27:20djlyonlinkissue7227 messages
2009-10-28 05:27:17djlyoncreate