すぐ対策されると思うけど、Windows環境限定のバグのメモ。 現象:app.yamlにstatic_dirを設定するとエラーが出る app.yaml を下記のような状態にして、 application: helloworld version: 1 runtime: python api_version: 1 handlers: - url: /stylesheets static_dir: stylesheets - url: /.* script: helloworld.py サーバを立ち上げる(コマンドラインから dev_appserver.py helloworld などを実行する)と、 ERROR 2008-04-11 00:15:26,483 dev_appserver_main.py] Application configuration file invalid: regex