Dear Blaž Štempelj, as far as I understand your posting on StackOverflow this is more an Eclipse/PyDev question than a PyLucene issue - right? So this is probably the wrong channel...
Stated in other words: - does your python script run and can find/import lucene when started within a shell (i.e. cmd.exe in windows)? - is lucene properly installed (i.e. in Python27\Lib\site-packages)? The first basic test would be to run python.exe and then type import lucene lucene.initVM() Regards, Thomas > -----Ursprüngliche Nachricht----- > Von: Blaž Štempelj [mailto:blaz.stemp...@gmail.com] > Gesendet: Montag, 14. September 2015 14:39 > An: pylucene-dev@lucene.apache.org > Betreff: Having trouble importing PyLucene packages > > Dear PyLucene development team, > > I am writing to you because I have problem importing packages into my project. > All the details are already described in this StackOverflow > question: > > http://stackoverflow.com/questions/32537381/importing-packages-from- > pylucene-does-not-work > > I look forward to hearing from you. > > -- > > Sincerely > > Blaž Štempelj