Discussion:
Having trouble importing PyLucene packages
Blaž Štempelj
2015-09-14 12:39:29 UTC
Permalink
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
Thomas Koch
2015-09-16 08:09:58 UTC
Permalink
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-----
Gesendet: Montag, 14. September 2015 14:39
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
http://stackoverflow.com/questions/32537381/importing-packages-from-
pylucene-does-not-work
I look forward to hearing from you.
--
Sincerely
Blaž Štempelj
Loading...