> SIP modules should work with multiple interpreters (though it's not > something I test), but (any) module initialisation can only be done once > per process - not once per interpreter. Phil, Is there a sip or Python C API way to import the module into the second interpreter, without calling initmodule()? Nigel