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를 사용하고 있습니다.