[IronPython] Deleting a module from the host

Curt Hagenlocher curt at hagenlocher.org
Sat Jan 5 00:36:26 CET 2008


On Jan 4, 2008 3:26 PM, Dino Viehland <dinov at exchange.microsoft.com> wrote:
>
> Then the ScriptRuntime would ask the
> host to load the ScriptScope and depending on the host it'd search the web
> server, the file system, the database, etc… for the appropriately named
> file, and load it with the appropriate engine.

So it would be the host that would both load the source and determine
the engine, and the default Pythonic behavior (for the Python engine)
would be available by using a "standard Python host"?

> PublishModule (I suspect you mean it's on ScriptEngine)

No, I'm using it on ScriptDomainManager.CurrentManager -- I don't see
one implemented on ScriptEngine in the latest drop.


There's a bug in ScriptDomainManager.GetPublishedModules that I've
started running into; guess I'll post it to Codeplex.

--
Curt Hagenlocher
curt at hagenlocher.org



More information about the Ironpython-users mailing list