Greetings,
I'm trying to redirect python's stdout to another location. The
reason for this is that I'm embedding python in an application. Now,
originally my code was developed for Linux and that did not require
redirection due to the fact that every X11 application can have an
STDOUT assoc
Christian Heimes wrote:
> Tom Gaudasinski wrote:
>
>> Greetings,
>> I'm trying to redirect python's stdout to another location. The
>> reason for this is that I'm embedding python in an application. Now,
>> originally my code was