python-xml package doesn't provide PyXML 0.8.4
Bug #330650 reported by
Arjen Verweij
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-xml (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: python-xml
Installing python-xml (0.8.4-10.1ubuntu1) on Kubuntu 8.10 does not provide PyXML. See below what happens after importing xml and printing the version number. It should read '0.8.4' instead. Code that depends on this package can't resolve stuff like the xml.dom.ext.reader from Sax2.
gfdsa_101: python
Python 2.5.2 (r252:60911, Oct 5 2008, 19:29:17)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml
>>> xml.__version__
'41660'
To post a comment you must log in.