Comment 7 for bug 246250

Revision history for this message
Marco Ferreira (mferreira) wrote :

Yes, unfortunetly mmpython doesn't work that well because pyxml changed.

in mmpython, should change the line
  from xml.utils import qp_xml
to
  from sys import path, version
  path.append('/usr/lib/python%s/site-packages/oldxml' % version[:3])
  from _xmlplus.utils import qp_xml
and it'll work.

or something like that.