[IronPython] Tests and IronPython hosting
Curt Hagenlocher
curt at hagenlocher.org
Sun Nov 4 13:03:19 PST 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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20071104/3f41b608/attachment.htm
More information about the Users
mailing list