Comment 13 for bug 174048

Revision history for this message
Paul Hummer (rockstar) wrote :

I've looked extensively at this bug. Sure, adding python-xml as a dependency helps, but the python-xml library is broken, slightly.

Apparently, it's an "old bug" where some of the python-xml is being broken up into core and oldxml. However, nothing in oldxml is accessible. While tzu's workaround will work, the best solution is:

`echo 'oldxml' > /usr/lib/python2.5/site-packages/oldxml.pth`

I'll look into generating a debdiff for this, and getting it submitted.