[XML-SIG] Re: Re: [XML-SIG] Redhat RPM for PyXML 0.8.2?

Craeg Strong cstrong@arielpartners.com
Mon, 14 Apr 2003 14:07:21 -0400


> Craeg K Strong <cstrong@arielpartners.com> writes:
> 
> > AttributeError: Distribution instance has no attribute 'get_license'

> In distutils/dist.py, I see the
> function
> 
>     def get_license(self):
>         return self.license or "UNKNOWN"
>     get_licence = get_license
> 
> which always gives a value. Do you have no function get_license in
> dist.py?

Yes, this function does not exist in Python 2.1.3 (win2K)
__revision__ = "$Id: dist.py,v 1.47 2001/03/31 02:41:01 akuchling Exp $"

I am sure that upgrading to Python 2.2.2 would fix this
problem, and I will certainly do this as soon as Zope
2.7 is released...

--Craeg
> 
> Regards,
> Martin
>