[google-appengine] Re: URLlib?

2008-12-14 Thread Geoffrey Spear
On Dec 13, 10:50 pm, "moham...@ahft.org" wrote: > is it posable to use it(urllib)? No, you'll need to use the URL Fetch API (http://code.google.com/ appengine/docs/urlfetch/). Any other module that makes direct socket connections won't work in the App Engine sandbox. --~--~-~--~~--

[google-appengine] Re: URLlib?

2008-12-14 Thread Chris Tan
A few projects have monkey-patched httplib which allows you to use urllib & urllib2. See appengine-patch & appengine-monkey for more info On Dec 13, 7:50 pm, "moham...@ahft.org" wrote: > is it posable to use it(urllib)? It will not let the opener init. so > how can I run this? vital to my app! u

[google-appengine] Re: URLlib?

2008-12-14 Thread kang
use urlfetch instead... http://code.google.com/intl/en-US/appengine/docs/urlfetch/ On Sun, Dec 14, 2008 at 11:50 AM, moham...@ahft.org < mohammad.typal...@gmail.com> wrote: > > is it posable to use it(urllib)? It will not let the opener init. so > how can I run this? vital to my app! ugh, looking