Re: on Windows, getting the JVM DLL on your Path automatically

2010-03-20 Thread Bill Janssen
Andi Vajda wrote: > We disagree here and since you want this, you can turn it on. As long as I can turn it on, I'm happy. But your other users will still have this rather hard-to-understand hurdle to jump. Maybe there could be a better error message that explains it? I wonder if Python has an

Re: on Windows, getting the JVM DLL on your Path automatically

2010-03-19 Thread Andi Vajda
On Mar 19, 2010, at 19:52, Bill Janssen wrote: Andi Vajda wrote: On Fri, 19 Mar 2010, Bill Janssen wrote: I see we're still not doing this: http://www.mail-archive.com/pylucene-...@osafoundation.org/msg02204.html That is, lucene or jcc or whatever fails to load because the location of

Re: on Windows, getting the JVM DLL on your Path automatically

2010-03-19 Thread Bill Janssen
Andi Vajda wrote: > On Fri, 19 Mar 2010, Bill Janssen wrote: > > > I see we're still not doing this: > > > > http://www.mail-archive.com/pylucene-...@osafoundation.org/msg02204.html > > > > That is, lucene or jcc or whatever fails to load because the location of > > jvm.dll isn't on the value of

Re: on Windows, getting the JVM DLL on your Path automatically

2010-03-19 Thread Andi Vajda
On Fri, 19 Mar 2010, Bill Janssen wrote: I see we're still not doing this: http://www.mail-archive.com/pylucene-...@osafoundation.org/msg02204.html That is, lucene or jcc or whatever fails to load because the location of jvm.dll isn't on the value of the user's "Path" environment variable. W

on Windows, getting the JVM DLL on your Path automatically

2010-03-19 Thread Bill Janssen
I see we're still not doing this: http://www.mail-archive.com/pylucene-...@osafoundation.org/msg02204.html That is, lucene or jcc or whatever fails to load because the location of jvm.dll isn't on the value of the user's "Path" environment variable. What if I submitted a patch? I keep tripping