[tuxdroid-user] Hard-coded path is gtdi.py
Status: Beta
Brought to you by:
ks156
From: Kiffin G. <kif...@pl...> - 2007-03-24 19:08:11
|
The following line is incompatable with other setups (like mine). line 31: sys.path.append('/opt/tuxdroid/api/python') To get around this I have a simple script: #!/bin/sh export PYTHONPATH=~/tuxdroid/python-api There should be a more elagant solution possible. Tried to enter bug-report via the site but couldn't find an easy way to do this. -- Kiffin Gish <kif...@pl...> |