Re: Replacing the Makefile

2009-02-18 Thread Jacob Floyd
Well, to tell the truth the limit of my exposure to setup.py is with pylucene and related chandler dependencies. Though I don't know exactly when I'd be able to do something like that, any suggestions (besides googleing it, of course) of where to learn about making the setup.py, or even about writi

Re: Passing value during Java object instantiation

2009-02-18 Thread Andi Vajda
Sent again with hopefully not mangled formatting: On Wed, 18 Feb 2009, Charles A. Benson wrote: Hello, From my PyLucene code, I want to pass in a value when I instantiate my StopAnalyzer. In particular, I want to instantiate w/a file containing a list of stop words.. Everything I have tried

Re: Windows binaries of JCC and PyLucene

2009-02-18 Thread Andi Vajda
On Wed, 18 Feb 2009, Christian Heimes wrote: Christian Heimes wrote: I'm looking for Windows binaries of JCC 2.1 and PyLucene 2.4. I tried to build the Windows binaries myself using Sun JDK 1.6.0u12 and MinGW32 but I had no luck. Good news everybody! Apparently the JCC sources are not compat

Re: Passing value during Java object instantiation

2009-02-18 Thread Andi Vajda
On Wed, 18 Feb 2009, Charles A. Benson wrote: Hello, From my PyLucene code, I want to pass in a value when I instantiate my StopAnalyzer. In particular, I want to instantiate w/a file containing a list of stop words.. Everything I have tried so far is either kicked back by Python or Java. Is

Re: Pylucene for python 3000

2009-02-18 Thread Andi Vajda
On Feb 18, 2009, at 8:22, Seid Mohammed wrote: Dear All Greetings Pylucen 2.4 has been working with python 2.5 for me, installed and configured with easy_install. python 3000 is out now and perfect for my unicode dependent project which python 2.5 didn't handle as so. is there any way to inte

Pylucene for python 3000

2009-02-18 Thread Seid Mohammed
Dear All Greetings Pylucen 2.4 has been working with python 2.5 for me, installed and configured with easy_install. python 3000 is out now and perfect for my unicode dependent project which python 2.5 didn't handle as so. is there any way to integrate pylucene with python 3.0? thanks a lot -- "RA

Passing value during Java object instantiation

2009-02-18 Thread Charles A. Benson
Hello, From my PyLucene code, I want to pass in a value when I instantiate my StopAnalyzer. In particular, I want to instantiate w/a file containing a list of stop words.. Everything I have tried so far is either kicked back by Python or Java. Is there a way to instantiate a Java File object fro

Re: Windows binaries of JCC and PyLucene

2009-02-18 Thread Christian Heimes
Christian Heimes wrote: > I'm looking for Windows binaries of JCC 2.1 and PyLucene 2.4. I tried to > build the Windows binaries myself using Sun JDK 1.6.0u12 and MinGW32 but > I had no luck. Good news everybody! Apparently the JCC sources are not compatible with GCC 3.4. I had more luck with GCC 4