Personal tools
Document Actions

Hardy heron : tux manager doesn't work

Up to General discussion

Hardy heron : tux manager doesn't work

Posted by MCMic at May 03. 2008

since i've updated my ubuntu to hardy heron, tux manager doesn't work :


[code]$ tuxgdg
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 34, 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[/code]


Re: Hardy heron : tux manager doesn't work

Posted by eFfeM at May 03. 2008

known issue. there are several threads about this, please use search


Re: Hardy heron : tux manager doesn't work

Posted by Cheos at May 17. 2008

Since i haven't found any solution for this problem, despite searches I've done, here is the small workaround i've found to make tux tuxgdg work again after updating to Ubuntu Hardy :




in the file /opt/tuxdroid/apps/tux_framework/libs/TGFXml.py, insert the following lines right after the bunch of comments lines (starting by #) :


import sys
sys.path.append('/usr/lib/python%s/site-packages/oldxml' % sys.version[:3])




Additionnaly, I replaced my /etc/udev.rules/45-tuxdroid.rules file by the one provided by enguerran in this post :




http://www.tuxisalive.com/tux-droid-forum/copy_of_forumtopic1/899930607/#332551341




Re: Hardy heron : tux manager doesn't work

Posted by Cheos at May 17. 2008

Nevermind, i can now run tux gadget manager, but most gadgets doesn't work anymore. I get too many problems for me to manage with simple hacks using my current python knowledge


Re: Hardy heron : tux manager doesn't work

Posted by Cheos at May 18. 2008

A solution that worked for me




http://forum.ubuntu-fr.org/viewtopic.php?id=195347&p=2




Look up for the message from "Rémi Jocaille".


Powered by Ploneboard
You are here: Home Forum General discussion Hardy heron : tux manager doesn't work

Powered by Plone CMS, the Open Source Content Management System