Re: AW: Building PyLucene on Windows

2012-05-03 Thread Andi Vajda
Hi Jeremy, On Apr 30, 2012, at 9:19, Jeremy Michels jeremy.d.mich...@gmail.com wrote: 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:

Re: AW: Building PyLucene on Windows

2012-05-03 Thread Andi Vajda
On May 3, 2012, at 14:35, Jeremy Michels jeremy.d.mich...@gmail.com wrote: Thanks again for your help. I got the latest JCC and this seemed to solve the problem, as Andi suggested. However, running 'make' then gave me the error: Traceback (most recent call last): File C:\Program

AW: Building PyLucene on Windows

2012-04-30 Thread Thomas Koch
: Jeremy Michels [mailto:jeremy.d.mich...@gmail.com] Gesendet: Samstag, 28. April 2012 20:14 An: pylucene-dev@lucene.apache.org Betreff: Building PyLucene on Windows Would you be willing to share your makefile? I am having quite a bit of trouble with this as well.

Building PyLucene on Windows

2012-04-28 Thread Jeremy Michels
Would you be willing to share your makefile? I am having quite a bit of trouble with this as well.

Re: Building PyLucene on Windows

2012-04-28 Thread Bill Janssen
Jeremy Michels jeremy.d.mich...@gmail.com wrote: Would you be willing to share your makefile? I am having quite a bit of trouble with this as well. I build PyLucene on Windows regularly. I use mingw to compile and link. My build script is at

Re: Building PyLucene on Windows

2012-04-28 Thread Andi Vajda
On Apr 28, 2012, at 16:35, Bill Janssen jans...@parc.com wrote: Jeremy Michels jeremy.d.mich...@gmail.com wrote: Would you be willing to share your makefile? I am having quite a bit of trouble with this as well. I build PyLucene on Windows regularly. I use mingw to compile and link. My

Re: Building PyLucene on Windows

2012-04-28 Thread Bill Janssen
Andi Vajda va...@apache.org wrote: The patch to setuptools is for Linux only unless I'm mistaken. Yes, you'll see if you look at that script that I don't apply any patches to setuptools before I install it. I do have to apply a patch to jcc's setup.py to generate the appropriate .lib file,

Re: Building PyLucene on Windows

2010-03-10 Thread Andi Vajda
On Mar 9, 2010, at 20:18, Roman Chyla roman.ch...@gmail.com wrote: Hi, I would also like to thank to Andi (and others?) for the great tool and the samples, it is really excellent. I am using MSVC7.1 on win xp, it builds fine, but it was quite difficult at the beginning (especially, because I

Re: Building PyLucene on Windows

2010-03-09 Thread Andi Vajda
On Mar 9, 2010, at 13:13, Thomas Koch k...@orbiteam.de wrote: Dear PyLucene-fans, I just managed to build pylucene-2.9.1-1 on Windows with Python 2.6 and Java 1.6 and like to tell my 'story' - just in case anyone else runs into similar problems... First I should mention that I'm using

Building PyLucene on Windows

2010-03-09 Thread Thomas Koch
Dear PyLucene-fans, I just managed to build pylucene-2.9.1-1 on Windows with Python 2.6 and Java 1.6 and like to tell my 'story' - just in case anyone else runs into similar problems... First I should mention that I'm using PyLucene for quite a while now - just never needed to build it on

Re: Building PyLucene on Windows

2010-03-09 Thread Roman Chyla
Hi, I would also like to thank to Andi (and others?) for the great tool and the samples, it is really excellent. I am using MSVC7.1 on win xp, it builds fine, but it was quite difficult at the beginning (especially, because I tried with mingw before falling back to msvc). And indeed, is gnu make