Hello list
When i run that command i got this error.
python dev_appserver.py projectname
i'm using ubuntu 10.10 with python2.6.
*<type 'exceptions.TypeError'>*Python 2.6.5: /usr/bin/python
Wed Dec 22 16:02:15 2010
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/tsolmon/programs/google_appengine/google/appengine/tools/dev_appserver.pyin
*_HandleRequest*(self=<google.appengine.tools.dev_appserver.DevAppServerRequestHandler
instance>) 3232 sys.exit(1)
3233 version = GetVersionObject()
3234 env_dict['SDK_VERSION'] = version['release']
3235 env_dict['CURRENT_VERSION_ID'] = config.version + ".1"
3236 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"
Thanks
Tsolmon
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
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.