未知的url处理程序类型,未定义execfile

时间:2013-04-03 12:28:23

标签: handler execfile

尝试实施教程“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

我正在使用介绍中的代码。关于什么可能出错的任何想法?

2 个答案:

答案 0 :(得分:1)

这似乎是appEngine问题..如果是这样,如果你想尝试,我有一个解决方案,

卸载python 3.3并安装此2.7

http://www.python.org/download/releases/2.7/

打开谷歌应用引擎启动器..

转到编辑&gt;偏好设置&gt; python路径&gt;选择路径pythonw.exe 希望它适合你

下面也可能有帮助

error in running Google apps in python in windows OS

希望有所帮助......

答案 1 :(得分:0)

来自http://www.python.org/download/的Python 2.75对我来说似乎适用于Google应用引擎。