Incidentally, the GAE docs still seem to advertise httplib as being available: https://developers.google.com/appengine/docs/python/urlfetch/overview ("You can use the Python standard libraries urllib, urllib2 or httplib to make HTTP requests").
On Thursday, 3 May 2012 20:46:22 UTC+2, Michael wrote: > > Hey, > > I've a GAE app that has been in "set and forget" mode for over a year now > (and consequently I'm a little out of the GAE loop, as I've been focusing > on other things), and this evening it's just started spewing errors about > httplib: "NameError: global name 'httplib' is not defined". I did a quick > find-replace on httplib to http.client, after reading that httplib's been > renamed to http.client for python 3, but that just generates import errors, > as http.client can't be found. > > Does anyone know what's going on? Is there a quick fix that doesn't > require spending a bunch of time hunting stuff down? > > Many thanks, > Michael > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/3lrDPkm8IawJ. 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.
