所以我想玩一下 PyLucene,因为有人给了我一个 cfs 文件,而 PyLucene 看起来是在 python 中处理它的最好方法。我只遵循了http://bendemott.blogspot.co.uk/2013/11/installing-pylucene-4-451.html的教程
我在 Ubuntu 12.04
然后当我在我的控制台中做
python
>>> import lucene
>>> from lucene import SimpleFSDirectory
我收到这个错误
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name SimpleFSDirectory
任何提示或建议?