Comment 107 for bug 199014

Revision history for this message
Michael Kaliszka (desmont) wrote :

It seems that python-xml removal broke mmpython:

>>> import mmpython
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/mmpython/__init__.py", line 127, in <module>
    import image.jpginfo
  File "/usr/lib/python2.5/site-packages/mmpython/image/jpginfo.py", line 102, in <module>
    import ImageInfo
  File "/usr/lib/python2.5/site-packages/mmpython/image/ImageInfo.py", line 39, in <module>
    from xml.utils import qp_xml
ImportError: No module named utils

The issue was also reported on http://code.google.com/p/subdownloader/issues/detail?id=16 with a possible fix (I have not tested it).