Bug#562204: Removed Python Function still in use.

2009-12-23 Thread Travis Hampton
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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562204: Removed Python Function still in use.

2009-12-23 Thread Bernd Zeimetz
Travis Hampton wrote:
 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.

Thanks for the report, this will be fixed with the next upload.
Unfortunately I needed to upload a svn version without being able to check
everything properly to get the migration done. Will be fixed asap.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org