Re: [IronPython] WinForms UserComponent binding a IronPythonConsole

2008-01-23 Thread Jon Cooper
am = true, Peek() returns nothing, etc). Is this some kind of flushing issue? Any help would be fantastic. I'm nearly there! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: 23 January 2008 17:29 To: Discussion of IronPython Subject: Re: [IronPython] Wi

Re: [IronPython] WinForms UserComponent binding a IronPythonConsole

2008-01-23 Thread Jon Cooper
s some kind of flushing issue? Any help would be fantastic. I'm nearly there! From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: 23 January 2008 17:29 To: Discussion of IronPython Subject: Re: [IronPython] WinForms UserComponent binding a IronPythonConsole Ge

Re: [IronPython] WinForms UserComponent binding a IronPythonConsole

2008-01-23 Thread Dino Viehland
Generally speaking you want to do 2 things: 1. Wire up std out / std err to a stream you can send to your window. You can do this via PythonEngine.SetStandardOutput/PythonEngine.SetStandardInput. You could also wire up std-in but that'll be less important (it's only going to matter if