[google-appengine] Re: About the URL error

2008-12-08 Thread kang
use urlfetch instead http://code.google.com/appengine/docs/urlfetch/ On Mon, Dec 8, 2008 at 8:05 PM, sirisha <[EMAIL PROTECTED]> wrote: > > Hi, > > I have developed the application in webapp > framework,but while uploading the application ,I am getting an error > like : > >

[google-appengine] Re: About the URL error

2008-12-08 Thread Marzia Niccolai
Hi, This usually indicates that there is an issue with the network connection. Restarting your computer and/or network connection may help. -Marzia On Mon, Dec 8, 2008 at 4:05 AM, sirisha <[EMAIL PROTECTED]> wrote: > > Hi, > > I have developed the application in webapp > f

[google-appengine] Re: About the URL error

2008-12-08 Thread Roger
Hi, urllib2 is not supported in GAE. If you're trying to use .open() it would be best to substitute the urlfetch protocol instead. -r. On Dec 8, 7:05 am, sirisha <[EMAIL PROTECTED]> wrote: >        Hi, > >                  I have developed the application in webapp > framework,but while upload