最佳答案
我想上传一个应用程序到谷歌应用程序引擎:
我明白了
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列对应于版本行。这里有什么问题吗? 顺便说一下,我在这里使用的是 Ubuntu 12.04。