Hello
Solve the problem. I have installed the "TortoiseSVN" and did not work
with that. So I went to the url and let me download one Subversion. This
down smoothly. Then came here
G:\Solr\Para hacer turbo\pylucene-2.4.1-1-src\pylucene-2.4.1-1>make
cd lucene-java-2.4.1;
JAVA_HOME="G:\Java\Lib
On Sep 17, 2009, at 4:34, Truffe Hugo wrote:
Hello
Solve the problem. I have installed the "TortoiseSVN" and did not
work with that. So I went to the url and let me download one
Subversion. This down smoothly. Then came here
G:\Solr\Para hacer turbo\pylucene-2.4.1-1-src\pylucene-2.4.1-1
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
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
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
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