[IronPython] Tests and IronPython hosting

Curt Hagenlocher curt at hagenlocher.org
Sun Nov 4 22:03:19 CET 2007


I'm trying to test some IronPython-hosting code, which is proving a little
tricky because of the inability to create multiple engines.  Is there anyway
to reset the engine to a "just-initialized" state, or to destroy it and
create a new one?  Alternatively, is there a straightforward way to delete a
(published) ScriptModule through the API?  Or is engine.Execute('del
sys.modules['module_name']") my best bet in this regard?

--
Curt Hagenlocher
curt at hagenlocher.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20071104/3f41b608/attachment.html>


More information about the Ironpython-users mailing list