Re: [IronPython] Deleting a module from the host

2008-01-04 Thread Dino Viehland
a module from the host In a previous alpha of IPY 2.0, I deleted modules by saying PythonEngine.CurrentEngine.SystemState.modules.Remove(moduleName) (which is almost a direct analog of del sys.modules[moduleName]). What's the best approach in Alpha 7? And will this change as IronPython continues

Re: [IronPython] Deleting a module from the host

2008-01-04 Thread Curt Hagenlocher
. *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Curt Hagenlocher *Sent:* Friday, January 04, 2008 6:03 AM *To:* Discussion of IronPython *Subject:* [IronPython] Deleting a module from the host In a previous alpha of IPY 2.0, I deleted modules by saying

Re: [IronPython] Deleting a module from the host

2008-01-04 Thread Curt Hagenlocher
On Jan 4, 2008 3:26 PM, Dino Viehland [EMAIL PROTECTED] 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.

Re: [IronPython] Deleting a module from the host

2008-01-04 Thread Dino Viehland
good to have it tracked. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Curt Hagenlocher Sent: Friday, January 04, 2008 3:36 PM To: Discussion of IronPython Subject: Re: [IronPython] Deleting a module from the host On Jan 4, 2008 3:26 PM, Dino