I suspect this is an import problem. There is a bug in Quixote's import hooks whereby importing a non-existent module will give None rather than raising an import error. Neil