尝试启动并运行一些论坛应用。无法工作。使用djangobb论坛,以及pybb-demo即将获得
The 'whoosh' backend requires the installation of 'Whoosh'. Please refer to the documentation.
已经下载了haystack以及whoosh seperatley并通过python setup.py install加载它们,但它似乎都在那里。我也无法在网上找到额外丢失的文件,所以我想知道这个问题可以带来什么。
我安装时
install_dir /usr/local/lib/python2.6/dist-packages/
它完成了它的事情。但在那个安装目录中没有嗖嗖的文件夹。最接近的是django_whoosh-0.0.0-py2.6.egg。但唯一的py文件init是managers.py
我也得到了
Requirement already satisfied (use --upgrade to upgrade): Whoosh in /usr/local/lib/python2.6/dist-packages
它不是,它只是不存在,是什么?
答案 0 :(得分:0)
如果您确定安装了whoosh,则应检查安装目录路径并确保它包含在项目库中。
使用django shell:
import sys
sys.path
这应该显示项目的可用库路径。我使用嗖嗖,我的出现在那里。