Re: stdout and embedding into Windows apps

2007-09-26 Thread Thomas Schreiner
lity from windows consoles, but still it's better than nothing. If you have any additional ideas, especially about how I can still use readline despite of overwriting stdin/stdout, please CC me. Cheers, Thomas -- Thomas Schreiner, AGBS Max Planck Institute for Biological Cybernetics 72076 Tuebingen / Germany http://www.isistius.de -- http://mail.python.org/mailman/listinfo/python-list

stdout and embedding into Windows apps

2007-09-19 Thread Thomas Schreiner
Hi, I'm extending a windows application (C++) by embedding Python calls. It seems to be a known problem that windows applications detach immediately from the calling console, so that all output to stdout (from both C++ and Python) doesn't get shown anywhere. A workaround seems to be the allocatio