[Tutor] Capturing stdout/stderror from linked c++ program

alan.gauld@bt.com alan.gauld@bt.com
Tue Mar 11 04:56:23 2003


> Thanks for the response.  This is a good trick to know about, but it 
> didn't work.  

rats! :-(

I assume you've tried the obvious trick using operating system 
redirection?

C:\> python foo.py > myfile.txt

Other than that I think you may be stuck.

Alan G