hi,

i've followed the step by step instruction to setup gae on ubuntu
10.10 from :
http://web2pyslices.com/main/slices/take_slice/126

but have an error :

<type 'exceptions.TypeError'>   Python 2.6.6: /usr/bin/python
Sun Apr 17 04:04:01 2011
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /home/sugizo/webdev/google_appengine/google/appengine/tools/
dev_appserver.py in
_HandleRequest(self=<google.appengine.tools.dev_appserver.DevAppServerRequestHandler
instance>)
 3844           sys.exit(1)
 3845         version = GetVersionObject()
 3846         env_dict['SDK_VERSION'] = version['release']
 3847         env_dict['CURRENT_VERSION_ID'] = config.version + ".1"
 3848         env_dict['APPLICATION_ID'] = config.application
env_dict = {'REMOTE_ADDR': '127.0.0.1', 'REQUEST_METHOD': 'GET',
'SERVER_NAME': 'localhost', 'SERVER_PORT': '8080', 'SERVER_PROTOCOL':
'HTTP/1.0', 'SERVER_SOFTWARE': 'Development/1.0'}, version = None
<type 'exceptions.TypeError'>: 'NoneType' object is unsubscriptable
      args = ("'NoneType' object is unsubscriptable",)
      message = "'NoneType' object is unsubscriptable"

did anyone knows how to fix it?

thank you so much and best regards,

steve van christie

Reply via email to