Re: GPS programming

2009-07-23 Thread RANJAN
>Also when I tried to compile his scripts they dont get compiled. > > >One such error: > >r...@om-gta02 ~/tmp $ python openvibe.py > >Traceback (most recent call last): > > File "openvibe.py", line 1, in > > import etk > >ImportError: No module named etk > > >Does SHR not use ETK? > > >I think

Re: GPS programming

2009-07-23 Thread RANJAN
Hi, I was able to run kapula.py here http://lindi.iki.fi/lindi/darcs/kapula/kapula so I think import dbus is working. PYTHONPPATH env var is it not set by default in SHR? Sriranjan On Fri, Jul 24, 2009 at 12:34 AM, Marc Verwerft wrote: > Hello Nriranjan, > > On Thu, Jul 23, 2009 at 8:43 PM, RA

Re: GPS programming

2009-07-23 Thread Marc Verwerft
Hello Nriranjan, On Thu, Jul 23, 2009 at 8:43 PM, RANJAN wrote: > I scp the code to phone mem and the typed python getgps.py but it ended with > the following errors: > > NameError: global name 'dbus_error' is not defined NameError typically suggests that you use something that is not defined. Ei

Re: GPS programming

2009-07-23 Thread RANJAN
I scp the code to phone mem and the typed python getgps.py but it ended with the following errors: Traceback (most recent call last): File "getgps.py", line 192, in gps.print_all() File "getgps.py", line 108, in print_all self.print_connection() File "getgps.py", line 37, in print_c