【发布时间】:2014-05-17 03:47:05
【问题描述】:
我尝试使用 trytond.conf 作为配置来调试 trytond/bin/trytond。 我将 Eclipse 与 pydev 一起使用。 当我运行 localhost:8000 时,我收到此错误消息:
错误代码 404。
消息:找不到文件。
错误代码解释:404 = 没有与给定的 URI 匹配。
【问题讨论】:
标签: tryton
我尝试使用 trytond.conf 作为配置来调试 trytond/bin/trytond。 我将 Eclipse 与 pydev 一起使用。 当我运行 localhost:8000 时,我收到此错误消息:
错误代码 404。
消息:找不到文件。
错误代码解释:404 = 没有与给定的 URI 匹配。
【问题讨论】:
标签: tryton
您必须从以下位置下载适用于您的版本的 tryton 客户端:
http://www.tryton.org/download.html
并连接到运行在 localhost:8000 上的 tryton 服务器
【讨论】: