Ich möchte eine App in Google App Engine hochladen:
Ich verstehe das
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
Beim Laufen
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
mit dieser app.yaml Datei:
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
Zeile 2, Spalte 8 entspricht der Versionszeile. Was ist hier falsch? Übrigens verwende ich hier Ubuntu 12.04.