Thanks. I tried the patch but gps.py still fails here:

$ wget -O gps.patch 
"http://git.recluse.de/?p=debian/pkg-gpsd.git;a=blob_plain;f=debian/patches/0002-Non-streaming-operation-of-the-Python-exerciser-does.patch;h=06ef791d3a025d16ccb83c3357e712d6237520fa;hb=3723afb4b84a8d06c5ec424b687b47c85e7fa520";
$ cp /usr/share/pyshared/gps/gps.py .
$ patch -p2 < gps.patch
patching file gps.py
$ ./gps.py
{"class":"VERSION","release":"2.92","rev":"svn","proto_major":3,"proto_minor":1}
Traceback (most recent call last):
  File "./gps.py", line 675, in <module>
    for report in session:
  File "./gps.py", line 493, in next
    payload = dictwrapper(**self.data)
TypeError: dictwrapper constructor argument after ** must be a dictionary
$ ./gps.py -w
{"class":"VERSION","release":"2.92","rev":"svn","proto_major":3,"proto_minor":1}
Traceback (most recent call last):
  File "./gps.py", line 675, in <module>
    for report in session:
  File "./gps.py", line 493, in next
    payload = dictwrapper(**self.data)
TypeError: dictwrapper constructor argument after ** must be a dictionary

Does the patch work for you?





-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to