importing jcc is throwing Import error for not finding init_jcc, indicating either JCC is not built right or runtime is not right. JCC was built with only warnings using gcc 4.4 on Cygwin windows. details of gcc, and JCC import error.
$ gcc -v Using built-in specs. Target: i686-pc-cygwin Configured with: ../gcc-4.4.0/configure --enable-languages=c,c++ Thread model: single gcc version 4.4.0 (GCC) $ python Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import jcc Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.5/site-packages/JCC-2.1-py2.5-cygwin-1.5.25-i686.egg/jcc/__init__.py", line 31, in <module> from _jcc import initVM ImportError: dynamic module does not define init function (init_jcc) >>> how to get a working JCC for python running in Cygwin windows to try PyLucene, or how to get a working PyLucene. thanks in advance Edwin The information contained in this message and any attachment may be proprietary, confidential, and privileged or subject to the work product doctrine and thus protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you.