Personal tools
Document Actions

#48 — Dependency on xml.dom.ext breaks gadget manager on Ubuntu Hardy

State Resolved
Version:
Area Applications
Issue type Bug
Severity Medium
Submitted by Chris Hodgins
Submitted on 2008-04-04
Responsible
Target release:
Return to tracker
Last modified on 2008-06-27 by Paul_R
On Ubuntu Hardy beta 8.0.4 package python-xml was updated on Wednesday 3rd April 2008 causing a broken dependency on Gadget Manager 0.1.3.

Error I am seeing here:
Traceback (most recent call last):
  File "/opt/tuxdroid/apps/tux_framework/TFW.py", line 12, in <module>
    from FWObject import GdgFramework
  File "/opt/tuxdroid/apps/tux_framework/libs/FWObject.py", line 35, in <module>
    from GdgObject import *
  File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 38, in <module>
    from TGFormat import *
  File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 30, in <module>
    from TGFXml import *
  File "/opt/tuxdroid/apps/tux_framework/libs/TGFXml.py", line 26, in <module>
    import xml.dom.ext
ImportError: No module named ext

Thanks
Chris Hodgins
Steps to reproduce:
Install Ubuntu Hardy, tuxdroid setup 0.1.3 and update python-xml package to the following:

$ dpkg -l | grep python-xml
ii python-xml 0.8.4-10ubuntu1 XML tools for Python

Start Gadget Manager from a terminal. Gadget Manager fails at startup.
Added by (anonymous) on 2008-04-25 18:53
looking for a fix, same is happening to me on 8.04.
Added by (anonymous) on 2008-05-01 09:07
Seems this should be a high priority issue now, especially since Hardy has now been released.
Added by Paul_R on 2008-06-27 11:57
Issue state: unconfirmedresolved
Fixed by removing this dependancy.

A new package is available here :
deb : http://www.tuxisalive.com/Members/remi/tuxsetup-1-3-rc2/tuxsetup_1.3-19-rc2_i386.deb
tar.gz : http://www.tuxisalive.com/Members/remi/tuxsetup-1-3-rc2/tuxsetup-1.3.0019-rc2_i386.tar.gz

They will be added soon on the download section.

You are here: Home Developer Corner Issue Tracker Dependency on xml.dom.ext breaks gadget manager on Ubuntu Hardy

Powered by Plone CMS, the Open Source Content Management System