スキップしてメイン コンテンツに移動

Google App Engine: parser_cacheエラー

Issue 205: AttributeError: 'module' object has no attribute 'parser_cache'

だそうで、最新版のGoogle App Engine SDKでチュートリアルすら動かなくなるバグがある。ちなみに、公式サイトのバグリストではVistaで動かないと書いてあるけど、こちらのXpの環境でも動かなかった。

File "C:\Program Files\Google\google_appengine\google\appengine\tools\dev_appserver.py", line 2116, in _ClearTemplateCache template_module.parser_cache.clear() AttributeError: 'module' object has no attribute 'parser_cache'

こんな感じのエラーが出るが、

C:\Program Files\Google\google_appengine\google\appengine\tools\dev_appserver.py

の2116行目をコメントアウトすれば良い。

コメント