[BangPypers] Python-yql error
JAGANADH G
jaganadhg at gmail.com
Wed Oct 13 17:23:47 CEST 2010
Dear All
I was trying to run the following code
>>> import yql
>>> y = yql.Public()
>>> query = 'select * from flickr.photos.search where text="panda" limit 3';
>>> result = y.execute(query)
When i execute the fourth line I am getting the error
http://pastebin.com/HryAZVEA .
Any clue how to resolve this.
--
**********************************
JAGANADH G
http://jaganadhg.freeflux.net/blog
More information about the BangPypers
mailing list