This problem has been many days.

>>> import urllib
>>> req = urllib.urlopen('http://www.google.cn')
Traceback (most recent call last):
  File "/base/data/home/apps/shell/1.334417654335420704/shell.py",
line 278, in get
    exec compiled in statement_module.__dict__
  File "<string>", line 1, in <module>
  File "/base/python_dist/lib/python2.5/urllib.py", line 82, in
urlopen
    return opener.open(url)
  File "/base/python_dist/lib/python2.5/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/base/python_dist/lib/python2.5/urllib.py", line 328, in
open_http
    errcode, errmsg, headers = h.getreply()
  File "/base/python_dist/lib/python2.5/httplib.py", line 309, in
getreply
    response = self._conn.getresponse()
  File "/base/python_dist/lib/python2.5/httplib.py", line 197, in
getresponse
    self._allow_truncated, self._follow_redirects)
  File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 241, in fetch
    return rpc.get_result()
  File "/base/python_lib/versions/1/google/appengine/api/
apiproxy_stub_map.py", line 458, in get_result
    return self.__get_result_hook(self)
  File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py",
line 331, in _get_fetch_result
    raise DownloadError(str(err))
DownloadError: ApplicationError: 5

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to