Quero fazer upload de um aplicativo para o Google App Engine:
Eu entendi isso
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
Ao correr
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
com este arquivo app.yaml:
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
linha 2, coluna 8 corresponde à linha de versão. O que há de errado aqui? Btw, estou usando o Ubuntu 12.04 aqui.