tuxgdg failure to start
Up to General discussion
Console output below, google'ed read other peoples problems but unsure of which package to install / I needed (Ubuntu 8.04)
phil@phil-laptop:~$ 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 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
Fixed it myself, not too happy on having to dig into the programs source code considering i spent £90 on tux droid.
But all you do is comment out :
import xml.dom.ext
on line 26 of file TGFXml.py at /opt/tuxdroid/apps/tux_framework/libs on my system.
problem now is permission denieds on firmware updates.
Ok comments and Ubuntu 8.04 notes so far:
permission problems solved by typing "sudo tuxgdg"
tuxd and tuxttsd not starting up, you need to make a link to the tuxttsd and then add 2 new services under system -> prefs -> services for each to startup.
More to come once I fix this software out. Considering rewriting the python as it uses out of date xml calls and for some strange reason brings up all gadgets on startup with the line commented out and won't save settings.