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

Re: [Python.NET] Pythonnet for Python2.7 binary distribution?

2011-03-01 Thread Barton
Yes - I'll do the build and upload it when I get a little time this week. -barton On 2/28/2011 2:59 PM, Olof Bjarnason wrote: Hi Python.NET (is that the correct spelling..?) community! I learned of Python.NET today. I love the idea of being able to use the .NET assemblies/types directly from C