enguerran 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.
> 

None does. You will need to change it to either use python's xml modules (which
are a subset of python-xml AFAIK) or use 4suite/lxml APIs.

-- 
python-xml removal: please drop/replace (build) dependencies
https://bugs.launchpad.net/bugs/199014
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gst-plugins-base0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to