Open GoogleCodeExporter opened 9 years ago
Hi,
I am running subscriber main.py then I get error KeyError: 'PATH_INFO'.
Please help me :(. Thanks in advance.
WARNING:root:You are using the default Django version (0.96). The default
Django version will change in an App Engine release in the near future. Please
call use_library() to explicitly select a Django version. For more information
see http://code.google.com/appengine/docs/python/tools/libraries.html#Django
Traceback (most recent call last):
File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "/home/openstack/google_appengine/google/appengine/ext/webapp/__init__.py", line 683, in __call__
match = regexp.match(request.path)
File "/usr/lib/pymodules/python2.7/webob/request.py", line 292, in path
urllib.quote(self.path_info, PATH_SAFE))
File "/usr/lib/pymodules/python2.7/webob/descriptors.py", line 23, in fget
return req.environ[key]
KeyError: 'PATH_INFO'
Status: 500 Internal Server Error
Content-Type: text/plain
Content-Length: 59
Original comment by wab...@gmail.com
on 4 Aug 2011 at 1:43
Try using Python 2.6?
Original comment by bslatkin
on 4 Aug 2011 at 5:22
Original issue reported on code.google.com by
bslatkin
on 28 Aug 2009 at 10:53