Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
2k views

Python 2.6 + JCC + Pylucene issue

Greetings, I'm trying to use pylucene in Python 2.6. Since there's no windows build for 2.6, I try to build the source code. First of all, I build JCC (windows, using cygwin) python setup.py build ...
3
votes
2answers
333 views

jcc.initVM() doesn't return when mod_wsgi is configured as daemon mode

I am using mod-wsgi with django, and in django I use pylucene to do full text search. While mod-wsgi is configured to be embedded mode, there is no problem at all. But when mod-wsgi is configured to ...
3
votes
3answers
945 views

Windows build for PyLucene+JCC on python 2.6

Where can I download a PyLucene+JCC Windows build compiled for python 2.6? Jose
2
votes
1answer
136 views

writing a custom anaylzer in pylucene/inheritance using jcc?

I want to write a custom analyzer in pylucene. Usually in java lucene , when you write a analyzer class , your class inherits lucene's Analyzer class. but pylucene uses jcc , the java to ...
1
vote
1answer
45 views

pylucene: install error

UPDATE question: Thanks Favoretti! I installed jcc using apt-get and the makefile under pylucene ran a little bit and threw a java error and I dont have a clue. Here it is. Can you please let me ...
1
vote
4answers
376 views

ImportError: no module named _jcc

I'm trying to install pylucene on python 2.7 (windows) since four days. It requires JCC to build and install. After thousands and thousands different errors I handled myself, at last JCC sucessfully ...
0
votes
0answers
21 views

import jcc, DLL load failed

I build JCC 2.12. Next, I tried to import jcc but I get this error message: ImportError: DLL load failed: The specified module could not be found. First I think about jvm.dll, and I put direct link ...
0
votes
0answers
95 views

Issue with Installing JCC for Python (2.7) under Windows (using MinGW)

I am having no luck at all overcoming errors (No such file or directory) when building jcc for python even if (I think) all paths to Java provided correctly. Will you provide any advice? Thank you, ...
0
votes
1answer
385 views

Problems with installing jcc and pylucene

I'm trying to install pylucene on Windows XP. I installed JDK on C:\Programme\Java\jdk1.6.0_18 . I also installed Visual Studio C++ Express to have a C++ compiler. As first step I'm trying to ...
0
votes
3answers
687 views

Pylucene in Python 2.6 + MacOs Snow Leopard

Greetings, I'm trying to install Pylucene on my 32-bit python running on Snow Leopard. I compiled JCC with success. But I get warnings while making pylucene: ld: warning: in ...