嗖的图书馆没有进口

时间:2014-09-14 12:20:56

标签: python import whoosh

我正在尝试使用whoosh python库。

我通过pip将它添加到我的系统中,并且可以在我的python dist-packages文件夹中看到它,它位于路径上。

在我的代码中我有:

from whoosh.fields import Schema, TEXT

schema = Schema(title=TEXT, content=TEXT)

根据whoosh文档,但这会引发“importerror:no module named fields”

我做错了什么?

(我正在运行python 2.7)

0 个答案:

没有答案