Hi All, I am trying to install pylucene using cygwin on Win XP. After resolving problems I had with building JCC now I have both JCC and Java Lucene built . After Lucene being build the make process executes this scripts which causes error:
/cygdrive/c/Python26/python.exe -m jcc --shared --jar lucene-java-2.4.1/build/lucene-core-2.4.1.jar --jar [...] --python lucene --mapping org.apache.lucene.document.Document 'get:(Ljava/lang/String;)Ljava/lang/String;' --mapping java.util.Properties 'getProperty:(Ljava/lang/String;)Ljava/lang/String;' --sequence org.apache.lucene.search.Hits 'length:()I' 'doc:(I)Lorg/apache/lucene/document/Document;' --version 2.4.1 --module python/collections.py --files 2 --build process_begin: CreateProcess((null), /cygdrive/c/Python26/python.exe -m jcc [...] --build, ...) failed. make (e=3D3): The system cannot find the path specified. c:\mingw\bin\mingw32-make.exe: *** [compile] Error 3 (I can not include the whole script because it will be filtered by spam protector) which I assume is generated by=20 compile: jars $(GENERATE) --build $(DEBUG_OPT) in makefile. I checked most of the Jar and Python paths and they are correct. I don't kn= ow where does that 'make (e=3D3): The system cannot find the path specified= .' error is coming from to check other paths. I mostly use Java for program= ming and this is my fist major Python project so I may not know some python= concepts. Thanks, Sepand