pidus - 2011-10-10

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?