Saya ingin mengunggah aplikasi ke Google App Engine:
Saya mengerti
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
Saat berlari
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
dengan file app.yaml ini:
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
baris 2, kolom 8 sesuai dengan baris versi. Ada apa disini? Btw, saya menggunakan Ubuntu 12.04 di sini.