Re: [IronPython] dispatch console command

2007-05-16 Thread Gerard Braad Jr.
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 <

[IronPython] dispatch console command

2007-05-15 Thread Gerard Braad Jr.
Hello, in a 'previous' release of IronPython I was able to use IronPython.Hosting.PythonEngine.ConsoleCommandDispatcher = DispatchConsoleCommand to dispatch a console command to my own function, which invokes a command to a Form. In the newer 2.0a1 release (based on DLR) I was not able to find

[IronPython] Locked thread?

2006-12-20 Thread Gerard Braad Jr.
Hello, When I normally use IronPython I have no problems (as embedded or running scripts) I have no problem. Even in interactive mode it is good. Although some issues arise when I use Windows Forms or Presentation Framework in interactive mode. It seems the graphics thread locks all others. So w

[IronPython] Fwd: Locked thread?

2006-12-18 Thread Gerard Braad Jr.
Hello, When I normally use IronPython I have no problems (as embedded or running scripts) I have no problem. Even in interactive mode it is good. Although some issues arise when I use Windows Forms or Presentation Framework in interactive mode. It seems the graphics thread locks all others. So w