Comment 2 for bug 269555

Revision history for this message
Mike Bernson (mike-mlb) wrote : Re: [Bug 269555] Re: ZSI depends on PyXML

apt-cache show of python-xml

Package: python-xml
Priority: optional
Section: universe/python
Installed-Size: 2452
Maintainer: Ubuntu MOTU Developers <email address hidden>
Original-Maintainer: Debian/Ubuntu Zope Team <email address hidden>
Architecture: amd64
Version: 0.8.4-10ubuntu2
Replaces: python2.3-xml, python2.4-xml
Provides: python2.4-xml, python2.5-xml
Depends: libc6 (>= 2.4), python (>= 2.4), python (<< 2.6), python-central (>= 0.6.1)
Suggests: python-xml-dbg, python-xml-doc
Conflicts: python-4suite (<< 0.12), python2.3-xml, python2.4-xml
Filename: pool/universe/p/python-xml/python-xml_0.8.4-10ubuntu2_amd64.deb
Size: 459558
MD5sum: 40463135c5cef0a47f09d85b8b38e883
SHA1: fe621715931aff41288f09ba8f5f40e5aee7e5cb
SHA256: 477b86dcb0b361d321fd525fb28e1b23ead273203ab15f90157e4dad8b9d31b8
Description: XML tools for Python
  The Python/XML distribution contains the basic tools required for
  processing XML data using the Python programming language, assembled
  into one easy-to-install package. The distribution includes parsers
  and standard interfaces such as SAX and DOM, along with various other
  useful modules.
  .
  The package currently contains:
  .
   * XML parsers: Pyexpat (Jack Jansen), xmlproc (Lars Marius
     Garshol), sgmlop (Fredrik Lundh).
   * SAX interface (Lars Marius Garshol)
   * minidom DOM implementation (Paul Prescod, others)
   * 4DOM and 4XPath from Fourthought (Uche Ogbuji, Mike Olson)
   * Schema implementations: TREX (James Tauber)
   * Various utility modules and functions (various people)
Python-Version: 2.4, 2.5

It does not list PyXML as one it contains and zsi says it need PyXML

I got import errors while using zsi. I then install PyXML from cheese shop
with easy install and the import errors stop.

Alessio Treglia wrote:
> Depend on python-xml is listed in debian/contol, can anyone confirm this
> bug for Hardy?
>