Package: gpsd
Version: 2.90.1~svn6819-1
Running the python bindings script without streaming parameter will
always fail as query function has been removed.
-Travis
$ ./gps.py
This is the exerciser for the Python gps interface.
Traceback (most recent call last):
File "./gps.py", line 671, in <module>
session.query(raw_input("> "))
AttributeError: gps instance has no attribute 'query'
gps.py line: 666
print "This is the exerciser for the Python gps interface."
session = gps(*arguments)
session.set_raw_hook(lambda s: sys.stdout.write(s.strip() + "\n"))
try:
while True:
session.query(raw_input("> "))
print session
except EOFError:
print "Goodbye!"
del session
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]