1
所以我想用PyLucene玩一點,因爲有人給我一個cfs文件,PyLucene看起來像是在python中處理這個問題的最佳方式。 我跟着僅我在Ubuntu從http://bendemott.blogspot.co.uk/2013/11/installing-pylucene-4-451.htmlPyLucene:ImportError:無法導入名稱SimpleFSDirectory
教程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
任何提示或建議?詢問後,#1