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.

classification
Title: installation errors
Type: Stage:
Components: Distutils Versions: Python 2.2
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: aliciahopkins, mwh, nnorwitz, nobody
Priority: normal Keywords:

Created on 2002-08-07 16:39 by aliciahopkins, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (5)
msg11857 - (view) Author: Alicia C. Hopkins (aliciahopkins) Date: 2002-08-07 16:39
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
msg11858 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2002-08-08 08:45
Logged In: YES 
user_id=6656

Which setup.py is that?
msg11859 - (view) Author: Nobody/Anonymous (nobody) Date: 2002-08-08 15:02
Logged In: NO 

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

msg11860 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2002-11-02 21:10
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.
msg11861 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-05-22 22:05
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.
History
Date User Action Args
2022-04-10 16:05:34adminsetgithub: 36997
2002-08-07 16:39:45aliciahopkinscreate