Re: [tuxdroid-user] tuxgdg won't open
Status: Beta
Brought to you by:
ks156
From: David B. <da...@ja...> - 2008-01-03 16:26:49
|
On Wed, 02 Jan 2008 21:11:32 +0100, jim <mic...@sb...> wrote:= > I would say there is more than a Permissions problem when tuxgdg is ru= > as SU. > > # 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, i= n > <module> > from GdgObject import * > File "/opt/tuxdroid/apps/tux_framework/libs/GdgObject.py", line 50, = in > <module> > from GdgVoiceRec import VoiceRecParametrize, VoiceRecAcquire, > VoiceRecMatching > File "/opt/tuxdroid/apps/tux_framework/libs/GdgVoiceRec.py", line 11= , > in <module> > import DTW > File "/opt/tuxdroid/apps/tux_framework/libs/DTW.py", line 27, in = > <module> > lib =3D CDLL(DTW_SO) > File "/usr/lib/python2.5/ctypes/__init__.py", line 340, in __init__ > self._handle =3D _dlopen(self._name, mode) > OSError: /opt/tuxdroid/apps/tux_framework/libs/_DTW.so: cannot restore= > segment prot after reloc: Permission denied I think the sources have been posted on the forum, you can try to = recompile them. Are you on 64 bits? David |