Nick Coghlan <ncoghlan at gmail.com> wrote: > However we select between Python and native module versions, the build > bots need be set up to run the modules both ways (with and without C > optimisation). If there is a way to explictly import each module separately then I think that meets both needs. Neil