I am not sure whether this will work for compiled dlls (I think it should), but you could try reload. Help on built-in function reload: reload(...) reload(module) -> module Reload the module. The module must have been successfully imported before. Greg