C STDOUT -> IDLE? (Windows)

vincent wehren vincent at visualtrans.de
Thu Nov 6 14:12:09 EST 2003


"Rolf Wester" <wester at ilt.fraunhofer.de> schrieb im Newsbeitrag
news:bocv5v$9dl$1 at nets3.rz.RWTH-Aachen.DE...
| Hi,
|
| I have some C-extension that write to C-STDOUT. When running python in
| IDLE (under Windows) IDLE doesn't show the output of the C-extensions.
| Is there a (simply?) way to get the extensions output displayed in IDLE?
| Thanks in advance.

Try using PySys_WriteStdout() instead of the "normal" c-functions


HTH

Vincent Wehren




|
| Regards
|
| Rolf Wester
|






More information about the Python-list mailing list