【发布时间】:2013-05-14 06:05:27
【问题描述】:
我正在尝试从 https://github.com/rutherford/nltk-gae 运行程序,因为我想在 Google App Engine 中使用 NLTK。我将必要的文件复制到文件夹中,运行时收到此错误 "The url "/" does not match any handlers." 我认为我的 app.yaml 配置有问题。请帮我找出问题所在,谢谢。
我的python代码
app.yaml
改了还是不行
应用程序:nltkforappengine 版本:0-1 运行时:python27 api_version: 1 线程安全:真 处理程序: - 网址:/favicon.ico 静态文件:favicon.gif 上传:favicon.gif - 网址:/nltk.* 脚本:nltker.application - 网址:/.* 脚本:nltker.application 图书馆: - 名称:numpy 版本:“1.6.1”【问题讨论】:
-
你没有任何处理程序来处理'/'你有一个处理程序'/nltk'所以应该可以工作
标签: google-app-engine python-2.7