Instead of just setting it you'll need to call it w/ the object you had - it should be a fairly simple tweak. It will then return the previous command dispatcher giving a nice chaining which wasn't possible before.
What do you mean by on a per assembly base? As in having multiple config files? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerard Braad Jr. Sent: Wednesday, May 16, 2007 1:24 AM To: [email protected] Subject: Re: [IronPython] dispatch console command It is not possible for me to use the same structure in an easy way. Since it seems AttributeError: attribute 'SetCommandDispatcher' of 'ScriptDomainManager' object is read-only Can the ScriptDomainManager also handle configuration files on a per assembly base? On May 15, 9:49 pm, Dino Viehland <[EMAIL PROTECTED]> wrote: > This has moved to > ScriptDomainManager.CurrentManager.GetCommandDispatcher/SetCommandDispatcher. _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
