import urllib
img = urllib.urlopen('http://chart.apis.google.com/chart?chst=d_text_outline&chld=000000|12|h|FFFFFF|_|testinf foobar').read()
I am trying above code using google appengine.
Local: It is running fine.
On Delpyment: Its giving me error
Exception Type: DownloadError
Exception Value:
ApplicationError: 2
DownloadError2 is a timeout. Use urlfetch directly, and set a longer timeout using thedeadlineargument.