I used  -m jcc.__main__

Now I got the following error:


$ make
/cygdrive/f/Python26//python.exe -m jcc.__main__ --shared --jar lucene-java-2.4.
0/build/lucene-core-2.4.0.jar  [...]
[..]  --version 2.4.0 --files 2 --build
f:\Python26\python.exe: No module named _jcc
make: *** [compile] Error 1


There's no such _jcc module - at least, I did not find any.

Regards
Jose


> / Greetings,
/>/
/>/ I'm quite a newbie in Python, but I found the language very  
/>/ productive, so that I'm abandoning Java in favor of Python.
/>/
/>/ 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.
/>/
//[...]
/>/ f:\Python26\python.exe: jcc is a package and cannot be directly  
/>/ executed
/
That's a python 2.6 novelty.
See the 2.6 example for Mac OS X.
Use -m jcc.__main__ instead of -m jcc when invoking it.

Andi..





Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
pylucene-dev mailing list
pylucene-dev@osafoundation.org
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to