Re: [pylucene-dev] finding the JVM DLL on Windows...

2008-04-27 Thread Dirk Rothe
On Sun, 27 Apr 2008 18:07:07 +0200, Bill Janssen <[EMAIL PROTECTED]> wrote: It appends the value found in the registry (if any) to the end of the PATH, so any value previously put on the PATH by sitecustomize.py (or by Andi's hypothetical __init__.py code that runs before the "lucene" module is

Re: [pylucene-dev] finding the JVM DLL on Windows...

2008-04-27 Thread Bill Janssen
> We are distributing Java as a subcomponent (a subfolder next to the > embedded Python) under Windows, and we modify the PATH variable with > sitecustomize.py to point to this jvm.dll. So this would collide with our > setup. I believe that it would actually not collide with your solution, D

Re: [pylucene-dev] finding the JVM DLL on Windows...

2008-04-26 Thread Dirk Rothe
On Sat, 26 Apr 2008 02:27:51 +0200, Andi Vajda <[EMAIL PROTECTED]> wrote: Are there any actual Windows users (I'm not) on this list (besides Bill) who have an opinion about this ? Andi.. We are distributing Java as a subcomponent (a subfolder next to the embedded Python) under Windows,

Re: [pylucene-dev] finding the JVM DLL on Windows...

2008-04-25 Thread João Rodrigues
Well, everytime I used PyLucene on Windows I came up with that exact same error and had to "hack" my path. For begginers it's not that easy so, I believe that if appropriately publicized, ie. "We are going to add this to your path everytime you run pylucene", I think it is ok :) ___

Re: [pylucene-dev] finding the JVM DLL on Windows...

2008-04-25 Thread Andi Vajda
On Fri, 25 Apr 2008, Bill Janssen wrote: I'd like to reopen an issue we talked about earlier. I'm having difficulties running PyLucene 2.4.0 (JCC 1.9, shared) on Windows XP. I've put the "jcc.dll" file into the PYTHON/Lib/site-packages/lucene/ directory, which seems to work, but it's complain