> How about using ctypes to test whether the library is already on the
> PATH?  ctypes.LoadLibrary("jvm"), I believe.  2.5 only, but that's not
> really as much of an issue on Windows as it is on OS X.

Actually, it's ctypes.windll.LoadLibrary("jvm").  Raises a
WindowsError if it can't be found.

Bill
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev

Reply via email to