Quiero subir una aplicación a Google App Engine:
entiendo esto
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
Al correr
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
con este archivo app.yaml:
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
línea 2, columna 8 corresponde a la línea de versión. ¿Que esta mal aquí? Por cierto, estoy usando Ubuntu 12.04 aquí.