使用谷歌应用引擎启动器,我似乎无法部署我的应用程序,因为: email =martinchua99@gmail.com',' - passin','更新',' C:\ Users \ admin \ Desktop \ school work \ customtinywebdb&#39 ]" 用法:appcfg.py [options] update | [档案,......]
appcfg.py:错误:解析C:\ Users \ admin \ Desktop \ school work \ customtinywebdb \ app.yaml时出错:这里不允许映射值 在" C:\ Users \ admin \ Desktop \ school work \ customtinywebdb \ app.yaml",第1行,第24列。 2014-11-25 19:46:48(进程退出代码2)
这是我的yaml文件,它有什么问题吗?
申请:骆驼车:1 runtime:python api_version:1处理程序: - 网址:/ images static_dir:images
答案 0 :(得分:0)
Yaml文件对空格敏感。你也缺少关键词和新行。试一试:
application: camel-cars
version: 1
runtime: python27
api_version: 1
threadsafe: false
handlers:
- url: /images
static_dir: images
- url: .*
script: main.py