Hello,

I get the below error when run from Google AppEngine. The same python 
script works fine when run as a standalone script. I searched this group 
and found similar 
issue<https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/iXYgV-2fqNg>
 but 
couldn't find the solution. Any idea how to fix this problem?

    response = opener.open(req)
  File "C:\Python27\lib\urllib2.py", line 394, in open
    response = self._open(req, data)
  File "C:\Python27\lib\urllib2.py", line 412, in _open
    '_open', req)
  File "C:\Python27\lib\urllib2.py", line 372, in _call_chain
    result = func(*args)
  File "C:\Python27\lib\urllib2.py", line 1207, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "C:\Python27\lib\urllib2.py", line 1174, in do_open
    raise URLError(err)
URLError: <urlopen error An error occured while connecting to the server: 
ApplicationError: 2 [Errno 10104] getaddrinfo failed>


--
Prashanth

-- 
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/-/6YxCPpKIMZAJ.
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.

Reply via email to