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