Re: AW: Building PyLucene on Windows

2012-05-03 Thread Andi Vajda
On May 3, 2012, at 14:35, Jeremy Michels 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 Files\Python\lib\runpy.py",

Re: AW: Building PyLucene on Windows

2012-05-03 Thread Jeremy Michels
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 Files\Python\lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader

Re: AW: Building PyLucene on Windows

2012-05-03 Thread Andi Vajda
Hi Jeremy, On Apr 30, 2012, at 9:19, Jeremy Michels 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: %1 > is not a valid Win32

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: Building PyLucene on Windows

2012-04-30 Thread Thomas Koch
t- > Von: 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.

Re: Building PyLucene on Windows

2012-04-28 Thread Bill Janssen
Andi Vajda 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, though. http://u

Re: Building PyLucene on Windows

2012-04-28 Thread Andi Vajda
On Apr 28, 2012, at 16:35, Bill Janssen wrote: > Jeremy Michels 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 > http://uplib

Re: Building PyLucene on Windows

2012-04-28 Thread Bill Janssen
Jeremy Michels 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 http://uplib.parc.com/hg/uplib/file/2013b08512fa/win32/build-windows-prereqs

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

2010-03-10 Thread Andi Vajda
On Mar 9, 2010, at 20:18, Roman Chyla 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 tried with mingw befor

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

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 windows

Re: Building PyLucene on Windows

2010-03-09 Thread Andi Vajda
On Mar 9, 2010, at 13:13, "Thomas Koch" 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 PyLucene for qui