Re: Problems in Pylucene and JCC

2009-09-17 Thread Andi Vajda
On Thu, 17 Sep 2009, Truffe Hugo wrote: I could change some things, but I stay here. G:\Solr\pylucene-2.4.1-1>make install c:\Python25\python.exe -m jcc --shared --jar lucene-java-2.4.1/build/lucene-core -2.4.1.jar --jar lucene-java-2.4.1/build/contrib/snowball/lucene-snowball-2.4.1. jar --j

Re: Problems in Pylucene and JCC

2009-09-17 Thread Truffe Hugo
That could make it run. Add this to __init__.py "C:\Python25\Lib\site-packages\JCC-2.3-py2.5-win32.egg\jcc" import os, sys if sys.platform == 'win32': from jcc.config import SHARED if SHARED: os.environ['PATH'] = r'C:\Archivos de programa\Java\jdk1.6.0_07\jre\bin\client;' + os.e

Re: Problems in Pylucene and JCC

2009-09-17 Thread Christian Heimes
Truffe Hugo wrote: > File > "c:\python25\lib\site-packages\JCC-2.3-py2.5-win32.egg\jcc\__init__.py", > line 30, in > from _jcc import initVM > ImportError: DLL load failed: Can not find the specified module > make: *** [install] Error -1 Do you have the jvm.dll in your PATH? Christian

Problems in Pylucene and JCC

2009-09-17 Thread Truffe Hugo
I could change some things, but I stay here. G:\Solr\pylucene-2.4.1-1>make install c:\Python25\python.exe -m jcc --shared --jar lucene-java-2.4.1/build/lucene-core -2.4.1.jar --jar lucene-java-2.4.1/build/contrib/snowball/lucene-snowball-2.4.1. jar --jar lucene-java-2.4.1/build/contrib/highlig