0

Pyramid 中“找不到资源”错误的可能原因是什么?

从我调试 Pyramid 应用程序的有限经验来看,路由错误和 Python 语法错误会触发更明确的错误消息。

有没有办法让开发服务器跟踪请求(类似于运行 rails 服务器的方式)?我尝试在详细模式下运行 paste,但没有得到更多信息。

4

1 回答 1

0

所以这是一个HTTPNotFound错误,Pyramid 有一个调试选项可以帮助你。

https://docs.pylonsproject.org/projects/pyramid/en/1.2-branch/narr/viewconfig.html#notfound-errors

于 2011-11-01T08:24:31.007 回答