2009/8/13 RANJAN <infi...@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 _______________________________________________ devel mailing list devel@lists.openmoko.org https://lists.openmoko.org/mailman/listinfo/devel