アプリを Google App Engine にアップロードしたい:
私はこれを得る
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
実行時
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
この app.yaml ファイルで:
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
行 2、列 8 はバージョン行に対応します。ここで何が問題なのですか?ところで、ここでは Ubuntu 12.04 を使用しています。