Re: [Python.NET] How to show the Console window

2013-04-05 Thread Seungweon Park
Hi Oleksii & Sharon, If you've done this before, would you share which I can get a console window in embedded Python.Net and get the Python string output from C#? Thank you, Spark. On Tue, Mar 1, 2011 at 1:33 PM, Oleksii Bidiuk wrote: > Hi Sharon, > > I haven't found a way to run a console, bu

Re: [Python.NET] How to show the Console window

2011-03-01 Thread Oleksii Bidiuk
Hi Sharon, I haven't found a way to run a console, but I had achieved a similar effect by redirecting the stdout and stderr from within Python (as suggested some time ago by Guido himself in a related embedded CPython post) to a .NET object and then show the incoming strings in a TextBlock (I am u

[Python.NET] How to show the Console window

2011-03-01 Thread Sharon Rozenblum
Hi! Is there a way to show the console window when running Python from C# (in order to see the Python outputs, when the c# project is not console application) Thanks, SHARON From: Sharon Rozenblum Sent: Monday, February 28, 2011 7:19 PM To: '[email protected]'; 'Benjamin Aranguren' Cc