Re: AW: AW: PyLucene use JCC shared object by default

2012-04-30 Thread Thomas Koch
Sorry about that - you can find it here http://db.tt/nhiCrgGU Regards Thomas -- Am 30.04.2012 um 19:31 schrieb Andi Vajda : > > On Mon, 30 Apr 2012, Thomas Koch wrote: > >> Dear Andi, I again had a look at the patch I submitted recently and would >> like to get back to it. An updated version

Re: AW: Building PyLucene on Windows

2012-04-30 Thread Jeremy Michels
Tom - Thank you for sharing your expertise on this matter. I was unable to use the pre-built binaries as I am using a 64-bit system (attempting to do so would results in the error: ImportError: DLL load failed: %1 is not a valid Win32 application). This is my setup: Windows 7 (64-bit) Python 2.7.

AW: JCC initVM crash

2012-04-30 Thread Thomas Koch
Hi Chris, I think you've got a build problem. Make sure to build JCC properly first before trying further - a very basic test is: >>> import jcc >>> jcc.initVM() >>> dir(jcc) ['CLASSPATH', 'SHARED', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '__path__', '_jcc', 'config', 'e

AW: Building PyLucene on Windows

2012-04-30 Thread Thomas Koch
Jeremy, (and Chris) note that there are some pre-built binaries of PyLucene/JCC available for Windows and other platforms in the pylucene extras project: http://code.google.com/a/apache-extras.org/p/pylucene-extra/ Anyway, I can shortly describe my setup for the build process : I am currently us