Specifically, are there any libraries that do not use sockets? I will be running this code in Google App Engine, which does not allow the use of sockets.
Google app engine does allow the use of urllib2 to make web requests.
I've been trying to get mechanize to work, since that what I've used before, but if there's something easier, I'd rather do that.
thanks, Mark