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
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to