C# capturing python.exe output and displaying it in textbox
问题 I have worked on this issue for a while. I can capture the output( live ) of the console window just fine, but I can't capture the output of a python console application in real time . I can capture the output of the python program after it has finished running, but i don't want that. I am using process from system.diagonistics. with a background worker. I simply want to capture the python26 output onto a text box. I have tested my program with other custom applications, and it does display