The new tux gadget manager is not working with ubuntu 8.04
Up to Tux gadgets
This is what i have when i try to luch tux gadget manager in my term :
[code]~$ tuxfw /opt/tuxdroid/apps/tux_manager/gadgets/Manager.tgf
Traceback (most recent call last):
File "/opt/tuxdroid/apps/tux_framework/TFW.py", line 12, in
from FWObject import GdgFramework
File "/opt/tuxdroid/apps/tux_framework/libs/FWObject.py", line 35, in
from GdgObject import *
File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 38, in
from TGFormat import *
File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 30, in
from TGFXml import *
File "/opt/tuxdroid/apps/tux_framework/libs/TGFXml.py", line 26, in
import xml.dom.ext
ImportError: No module named ext[/code]
I am just a begginer in python so i don't know how to fixe scripts. Maybe someone could help me ?
[code]~$ tuxfw /opt/tuxdroid/apps/tux_manager/gadgets/Manager.tgf
Traceback (most recent call last):
File "/opt/tuxdroid/apps/tux_framework/TFW.py", line 12, in
from FWObject import GdgFramework
File "/opt/tuxdroid/apps/tux_framework/libs/FWObject.py", line 35, in
from GdgObject import *
File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 38, in
from TGFormat import *
File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 30, in
from TGFXml import *
File "/opt/tuxdroid/apps/tux_framework/libs/TGFXml.py", line 26, in
import xml.dom.ext
ImportError: No module named ext[/code]
I am just a begginer in python so i don't know how to fixe scripts. Maybe someone could help me ?
There is definitely another thread with more info.
Not sure if there is a fix.
(I haven't forgotten the trouble I got when moving from 7.02 to 7.10, so 8.04 is for now a "not yet").
Not sure if there is a fix.
(I haven't forgotten the trouble I got when moving from 7.02 to 7.10, so 8.04 is for now a "not yet").
Hi,
Just use the previous version of the python-xml librairy (0.8.4-8ubuntu1 is ok, but not 0.8.4-8ubuntu2) until a fix is realeased.
Re: The new tux gadget manager is not working with ubuntu 8.04
I've installed the last package from the source-forge project (http://sourceforge.net/project/showfiles.php?group_id=6473), and it seems work now.
Powered by
Ploneboard