gpt4 book ai didi

python - Mac 的 CherryPy 中的路由调度程序是否损坏?

转载 作者:行者123 更新时间:2023-12-04 18:49:34 27 4
gpt4 key购买 nike

CherryPy 坏了吗?我只是设置它并尝试使用路由调度程序但它有一个导入错误,我的代码如下:

import cherrypy

mapper = cherrypy.dispatch.RoutesDispatcher()

错误是:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/jwesonga/environments/cherrypy/lib/python2.6/site-packages/CherryPy-3.2.2-py2.6.egg/cherrypy/_cpdispatch.py", line 463, in __init__
import routes
ImportError: No module named routes

我在 Mac 上,我使用 virtualenv 为后者尝试了 3.2.2 和 3.0。

最佳答案

我已经成功地将 CherryPy 与 OS X 下的路由调度程序一起使用。

您显示的错误是:

ImportError: No module named routes

这很清楚——Python 找不到 routes模块。你安装了吗?这不是 CherryPy 的一部分,它是您需要安装的单独模块。如果您使用的是 MacPorts,您应该能够:
port install py-routes

(或 py25-routespy26-routes 取决于您使用的 Python)。如果您使用的是 virtualenv,您可以简单地运行:
easy_install routes

关于python - Mac 的 CherryPy 中的路由调度程序是否损坏?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8326480/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com