tuxgdg error under pclinuxos
Up to General discussion
Hello,
Have TuxDroid up and running fairly well under pclinuxos. However, whenever I try to drag-and-drop a new gadget to tuxgdg, I get the following error:
Traceback (most recent call last):
File "", line 281, in on_drag_data_received
File "", line 299, in show_message_save_gadget
File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 134, in get_name_of_tgf_file
tgfile.open(path, 'r')
File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 54, in open
if not os.path.isfile(path) and os.path.exists(path):
File "/usr/lib/python2.4/posixpath.py", line 208, in isfile
st = os.stat(path)
TypeError: stat() argument 1 must be (encoded string without NULL bytes), not str
I have installed (and re-installed) the package python-pyxml from the pclinuxos repositories, but alas, not working.
Suggestions?
Have TuxDroid up and running fairly well under pclinuxos. However, whenever I try to drag-and-drop a new gadget to tuxgdg, I get the following error:
Traceback (most recent call last):
File "
File "
File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 134, in get_name_of_tgf_file
tgfile.open(path, 'r')
File "/opt/tuxdroid/apps/tux_framework/libs/TGFormat.py", line 54, in open
if not os.path.isfile(path) and os.path.exists(path):
File "/usr/lib/python2.4/posixpath.py", line 208, in isfile
st = os.stat(path)
TypeError: stat() argument 1 must be (encoded string without NULL bytes), not str
I have installed (and re-installed) the package python-pyxml from the pclinuxos repositories, but alas, not working.
Suggestions?
Powered by
Ploneboard