0

我在尝试运行 helloworld 应用程序时遇到以下错误

Fatal error when loading application configuration:Unknown url handler type

app.yaml代码如下:

application: helloworld 
version: 1 
runtime: python27
api_version: 1 
threadsafe: true
handlers:
- url: /*
script: helloworld.py   
4

1 回答 1

0

同样的问题是

我已经通过删除“- url”之前的空格来修复它,并检查“脚本”之前是否有两个空格

于 2013-10-16T04:16:34.597 回答