[Python-bugs-list] [ python-Bugs-592161 ] installation errors

SourceForge.net noreply@sourceforge.net
Thu, 22 May 2003 15:05:50 -0700


Bugs item #592161, was opened at 2002-08-07 12:39
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=592161&group_id=5470

Category: Distutils
Group: Python 2.2.1
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: Alicia C. Hopkins (aliciahopkins)
Assigned to: Nobody/Anonymous (nobody)
Summary: installation errors

Initial Comment:
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

----------------------------------------------------------------------

>Comment By: Neal Norwitz (nnorwitz)
Date: 2003-05-22 18:05

Message:
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.

----------------------------------------------------------------------

Comment By: Neal Norwitz (nnorwitz)
Date: 2002-11-02 16:10

Message:
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.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2002-08-08 11:02

Message:
Logged In: NO 

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



----------------------------------------------------------------------

Comment By: Michael Hudson (mwh)
Date: 2002-08-08 04:45

Message:
Logged In: YES 
user_id=6656

Which setup.py is that?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=592161&group_id=5470