Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell Support for installation of Python Packages (.EGG) #51476

Closed
djlyon mannequin opened this issue Oct 28, 2009 · 2 comments
Closed

Shell Support for installation of Python Packages (.EGG) #51476

djlyon mannequin opened this issue Oct 28, 2009 · 2 comments
Assignees
Labels
OS-windows stdlib Python modules in the Lib dir topic-installation type-feature A feature request or enhancement

Comments

@djlyon
Copy link
Mannequin

djlyon mannequin commented Oct 28, 2009

BPO 7227
Nosy @tarekziade

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/tarekziade'
closed_at = <Date 2009-10-28.10:30:09.284>
created_at = <Date 2009-10-28.05:27:20.404>
labels = ['expert-installation', 'type-feature', 'library', 'OS-windows']
title = 'Shell Support for installation of Python Packages (.EGG)'
updated_at = <Date 2009-10-28.10:30:09.283>
user = 'https://bugs.python.org/djlyon'

bugs.python.org fields:

activity = <Date 2009-10-28.10:30:09.283>
actor = 'tarek'
assignee = 'tarek'
closed = True
closed_date = <Date 2009-10-28.10:30:09.284>
closer = 'tarek'
components = ['Distutils', 'Installation', 'Windows']
creation = <Date 2009-10-28.05:27:20.404>
creator = 'djlyon'
dependencies = []
files = []
hgrepos = []
issue_num = 7227
keywords = []
message_count = 2.0
messages = ['94600', '94624']
nosy_count = 2.0
nosy_names = ['tarek', 'djlyon']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue7227'
versions = ['Python 2.7', 'Python 3.2']

@djlyon
Copy link
Mannequin Author

djlyon mannequin commented Oct 28, 2009

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.

@djlyon djlyon mannequin added OS-windows topic-installation type-feature A feature request or enhancement labels Oct 28, 2009
@pitrou pitrou added the stdlib Python modules in the Lib dir label Oct 28, 2009
@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Oct 28, 2009

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.

@tarekziade tarekziade mannequin closed this as completed Oct 28, 2009
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows stdlib Python modules in the Lib dir topic-installation type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant