Я обновил GoogleAppEngineLauncher вчера вечером, и теперь я получаю эту ошибку
<type 'exceptions.TypeError'> Python 2.6.1: /usr/bin/python
Tue Nov 8 09:25:13 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.
/Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/google/appengine/tools/dev_appserver.py in _HandleRequest(self=<google.appengine.tools.dev_appserver.DevAppServerRequestHandler instance at 0x114cef368>)
<type 'exceptions.TypeError'>: 'NoneType' object is unsubscriptable
args = ("'NoneType' object is unsubscriptable",)
message = "'NoneType' object is unsubscriptable"
Есть идеи, что происходит?