On Sun, 16 May 2010, Andi Vajda wrote:
On Sun, 16 May 2010, Andi Vajda wrote:
On Sun, 16 May 2010, Andi Vajda wrote:
On Linux, there's got to be a way to make this work but I haven't found
how yet. I seem to be having trouble with linking to the Python Type
objects. On Windows, I expect this to be even more difficult.
Adding a call to dlopen("_lucene.so", RTLD_NOW | RTLD_GLOBAL) solves the
problem on Linux. I'm thinking of adding this to the initVM() call with an
optional 'export=true/false' parameter... unless there is a better way to
go about this.
This is now implemented and checked into the branch_3x branch.
And it now also works on Windows...
Andi..