GPS programming

Marc Verwerft marc.js.verwerft at gmail.com
Thu Jul 23 21:04:20 CEST 2009


Hello Nriranjan,

On Thu, Jul 23, 2009 at 8:43 PM, RANJAN<infibit at 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 <infibit at gmail.com> wrote:
>>
>> Hi,
>>
>> Any ideas on how to run and use codes as this?
>> http://people.debian.org/~enrico/2009-06/getgps
>>
>> Sriranjan
>
>



More information about the devel mailing list