[IronPython] PythonEngine.SetVariable not in 1.0 RC1

2006-07-27 Thread Jean-Michel.Perraud
Hi, I am looking at RC1 and noticed that the PythonEngine.SetVariable method is not present anymore. Has is been deprecated and if so what is the new equivalent to expose .NET objects as variables via a hosted engine? The last version I used to compile against was Beta6. Cheers, J-M _

[IronPython] Generated IL is always using the standard input, output and error streams.

2006-04-27 Thread Jean-Michel.Perraud
Hi, First, thanks Dino and Szymon for the help I came across an issue: the only output displayed were stack traces. After a bit of investigation, I think the generated IL does not use the custom streams of the implementation of IConsole passed to the PythonEngine. The static property State of

[IronPython] Using an IronPython console with a Winforms component supporting the interactive I/O

2006-04-25 Thread Jean-Michel.Perraud
Hi, I'd like to use IP in an interactive mode, but with the console being typically in an MDI child form that can be launched from the main application. After looking at a few possiblities I thought I should start from the SuperConsole or BasicConsole distributed with IP, and replace the System.Co