ฉันต้องการอัปโหลดแอปไปยัง Google App Engine:
ฉันได้รับสิ่งนี้
Error parsing yaml file:
mapping values are not allowed here
in "/home/antonio/Desktop/ATI/climate-change/app.yaml", line 2, column 8
เมื่อทำงาน
./appcfg.py update /home/antonio/Desktop/ATI/climate-change
ด้วยไฟล์ app.yaml นี้:
application:climate-change
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: helloworld.app
บรรทัดที่ 2 คอลัมน์ 8 ตรงกับบรรทัดเวอร์ชัน มีอะไรผิดปกติที่นี่? Btw ฉันใช้ Ubuntu 12.04 ที่นี่