Je veux télécharger une application sur Google App Engine :
Je reçois ceci
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
En cours d'exécution
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
avec ce fichier app.yaml :
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
la ligne 2, colonne 8 correspond à la ligne de la version. Qu'est-ce qui ne va pas ici ? Btw, j'utilise Ubuntu 12.04 ici.