Je souhaite importer une application sur Google App Engine:
j'ai compris
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
En courant
./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
ligne 2, colonne 8 correspond à la ligne de version. Quel est le problème ici? Btw, j'utilise Ubuntu 12.04 ici.