[pylucene-dev] building JCC on Windows with MinGW
Bill Janssen
janssen at parc.com
Thu Mar 20 13:31:36 PDT 2008
> The downside is that you have to add this kind of little startup blit
> to each JCC-wrapped module. So, this either needs to be turned into
> a JCC utility function which gets called once per Python instantiation,
> or generated by the wrapper generation process for each module.
Actually, if you were to enable the "shared" version of JCC on
Windows, I think the single instance of the blit in jcc/__init__.py
would do the trick. Let me work on that.
Bill
More information about the pylucene-dev
mailing list