2011-11-08 8 views
3

私は昨夜GoogleAppEngineLauncherを更新し、今私は、このエラーは、Google App Engineの更新と、今私は、エラーTypeError例外を持っている:「NoneType」オブジェクトがunsubscriptableある

<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" 

何が起こっているすべてのアイデアを取得していますか?

+0

タイムマシンのバックアップからGoogleAppEngineLauncherを復元するだけで問題が解決しましたが、なぜこのアップデートで問題が発生したのかわかりません。ランチャーがPython 2.7をサポートしているからだと思いますか? –

+4

どこにエラーが発生しますか?何をしたら?スタックトレースはどこですか? –

+0

例外を生成したスタックトレースと(必要に応じてコンテキストを含む)コード行の両方を追加できますか? – snim2

答えて

0

GAEは、app.yaml、2.5.x elseで指定されている場合はPython 2.7.xを使用します。 2.6.xで起動すると、予測できないエラーが発生します。

関連する問題