Closed GoogleCodeExporter closed 9 years ago
I am having this problem as well, but worked around it by using the Query API
wrapper (example on homepage)
Original comment by jonathan...@gmail.com
on 23 Feb 2012 at 11:55
I am also having this issue using 2.6.5.
Original comment by brandon....@gmail.com
on 1 Mar 2012 at 12:07
Just posted a change according to the diff. Let me know if that fixes it.
Original comment by jgeewax
on 1 Mar 2012 at 12:13
@jgeewax, I had the same problem and your change worked, thanks :)
To save any future users some time:
-open pybing/bing.py
-change return json.loads(contents) to return json.loads(contents.read())
For some reason pulling the trunk didn't include this update...
svn checkout http://pybing.googlecode.com/svn/trunk/
Original comment by colorado...@gmail.com
on 22 Mar 2012 at 3:59
Original issue reported on code.google.com by
zzs...@gmail.com
on 17 Feb 2012 at 2:21