尝试实施教程“Hello world”。
当我选择 Python 3.1 时,什么都没有发生,并且日志说 execfile(script_path, globals_) 没有定义。
当我使用 python 2.7 时,终端窗口打开,但有一段时间没有任何反应,然后关闭。日志文件说:
File "C:\Program Files (x86)\Google\google_appengine\google\appengine\api\yaml_listener.py", line 177, in _HandleEvents
raise yaml_errors.EventError(e, event_object)
google.appengine.api.yaml_errors.EventError: Unknown url handler type.
<URLMap
auth_fail_action=redirect
static_dir=None
secure=default
http_headers=None
url=/.*
static_files=None
expiration=None
upload=None
api_endpoint=None
script=None
application_readable=None
position=None
login=optional
mime_type=None
require_matching_file=None
>
in "C:\Users\Bill\Programmes\helloworld\app.yaml", line 9, column 5
我正在使用介绍中的代码。关于可能出了什么问题的任何想法?