I need to use URLError and HTTPError in the urllib2 library. I've had problems using the standard urllib2 library in an appengine app, running on my localhost. Probably because it uses sockets. However, the same script will work on appspot.com because urllib2 uses urlfetch as described at:
http://code.google.com/appengine/docs/python/urlfetch/overview.html I've tried using urlfetch.fetch for urllib2.urlopen, and urllib2.URLError (HTTPError) separately, but this did not work. Is there a way I can get the modified urllib2 library, that uses urlfetch? Thanks Jim -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
