Hello Nriranjan, On Thu, Jul 23, 2009 at 8:43 PM, RANJAN<infi...@gmail.com> 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. Either the script is not functioning or (more likely) the dbus package (import dbus) is not loaded. is your PYTHONPATH env var set? See http://docs.python.org/using/cmdline.html?highlight=pythonpath#environment-variables > > How shall I solve this?Please suggest. > > Sriranjan > > On Thu, Jul 23, 2009 at 11:45 PM, RANJAN <infi...@gmail.com> wrote: >> >> Hi, >> >> Any ideas on how to run and use codes as this? >> http://people.debian.org/~enrico/2009-06/getgps >> >> Sriranjan > > _______________________________________________ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel