[Pydev-users] [Users] Problems in using PyLucene on PyDev
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-10-10 13:28:33
|
The following forum message was posted by pidus at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4749504: I have started working on a Legacy code in PyLucene. While Lucene is in the PYTHONPATH and hence import lucene gives no errors but trying to use anything derived from lucene class gives 'unresolved import' error. For example 'from lucene import IndexReader' gives this error. What could be going wrong? |