我正在尝试在 Snow Leopard Server 下设置 trac 环境。我现在在 apache 部分失败了。
在 apache error_log 中是错误
Oops...
Trac detected an internal error:
No module named trac.web
Traceback (most recent call last):
File "/Library/WebServer/CGI-Executables/trac.fcgi", line 31, in <module>
from trac.web import fcgi_frontend
ImportError: No module named trac.web
我怎样才能解决这个问题?
答案1
听起来 trac 库不在您的 PYTHONPATH 中;如果您使用 Apache 进行设置,则可以将以下内容添加到您的 Apache 配置中,在trac 的Directory
或条目下:Location
SetEnv PYTHONPATH /path/to/trac/install