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

installation errors #36997

Closed
aliciahopkins mannequin opened this issue Aug 7, 2002 · 5 comments
Closed

installation errors #36997

aliciahopkins mannequin opened this issue Aug 7, 2002 · 5 comments
Labels
stdlib Python modules in the Lib dir

Comments

@aliciahopkins
Copy link
Mannequin

aliciahopkins mannequin commented Aug 7, 2002

BPO 592161
Nosy @mwhudson

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 = None
closed_at = <Date 2003-05-22.22:05:50.000>
created_at = <Date 2002-08-07.16:39:45.000>
labels = ['library']
title = 'installation errors'
updated_at = <Date 2003-05-22.22:05:50.000>
user = 'https://bugs.python.org/aliciahopkins'

bugs.python.org fields:

activity = <Date 2003-05-22.22:05:50.000>
actor = 'nnorwitz'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Distutils']
creation = <Date 2002-08-07.16:39:45.000>
creator = 'aliciahopkins'
dependencies = []
files = []
hgrepos = []
issue_num = 592161
keywords = []
message_count = 5.0
messages = ['11857', '11858', '11859', '11860', '11861']
nosy_count = 4.0
nosy_names = ['mwh', 'nobody', 'nnorwitz', 'aliciahopkins']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue592161'
versions = ['Python 2.2']

@aliciahopkins
Copy link
Mannequin Author

aliciahopkins mannequin commented Aug 7, 2002

with the use of
python2 setup.py install, I get the following errors

File "setup.py", line 30, in ?
packages = ['distutils', 'distutils.command'],
File "distutils/core.py", line 101, in setup
_setup_distribution = dist = klass(attrs)
File "distutils/dist.py", line 130, in __init__
setattr(self, method_name, getattr(self.metadata,
method_name))
AttributeError: DistributionMetadata instance has no
attribute 'get___doc__'

HELP!

Alicia Hopkins

@aliciahopkins aliciahopkins mannequin closed this as completed Aug 7, 2002
@aliciahopkins aliciahopkins mannequin added the stdlib Python modules in the Lib dir label Aug 7, 2002
@aliciahopkins aliciahopkins mannequin closed this as completed Aug 7, 2002
@aliciahopkins aliciahopkins mannequin added the stdlib Python modules in the Lib dir label Aug 7, 2002
@mwhudson
Copy link

mwhudson commented Aug 8, 2002

Logged In: YES
user_id=6656

Which setup.py is that?

@nobody
Copy link
Mannequin

nobody mannequin commented Aug 8, 2002

Logged In: NO

The setup.py is in the main directory Distutils-1.0.2

@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented Nov 2, 2002

Logged In: YES
user_id=33168

Do you still have this problem with Distutils-1.0.3? That
is the version in Python 2.2.2.

@nnorwitz
Copy link
Mannequin

nnorwitz mannequin commented May 22, 2003

Logged In: YES
user_id=33168

This problem cannot be reproduced and there is no further
input; therefore, I'm closing this report. If you have a
problem, please re-open a new bug report.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir
Projects
None yet
Development

No branches or pull requests

1 participant