> 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 _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
