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
_
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
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