Comment 91 for bug 199014

Revision history for this message
enguerran (enguerrangillet) wrote :

A simple python script with those two lines doesn't work.
#!/usr/bin/python
import xml.dom.ext

I got the following message :
File "TGFXml.py", line 2, in <module>
    import xml.dom.ext
ImportError: No module named ext

Which package (exept python-xml), on a ubuntu, should provide this module ? I have python-4suite-xml and python-lxml installed.