How to install gypsy?

andrzej zaborowski balrogg at gmail.com
Thu Aug 13 19:45:23 CEST 2009


2009/8/13 RANJAN <infibit at gmail.com>:
>> >I could not get the code to run because it says getpass and telnetlib are
>> > missing.What/where shall I download to solve this?
>
> I think the python that runs on FR is minimal and hence it cannot import
> getpass and telnetlib.Am I right?

That telnet localhost gpsd command simply makes a socket connection
and prints what it receives, you don't need getpass, telnetlib or gzip
python modules.  If I'm right you could even just pipe the socket into
your program using bash

./python-program < /dev/tcp/localhost/2947

Cheers



More information about the devel mailing list