Redirecting StdOut

Peter Hansen peter at engcorp.com
Sun Jun 23 16:53:36 EDT 2002


"Ugo García" wrote:
> 
> perfect. This is what I was looking for. Now I'd make a C module to handle
> the messages written to stdout & stderr in order to show them in the screen.
> Thanks a lot

Why would you bother with C for a game that relies on simple print
statements for its interface?  Can't you implement the game entirely
in Python?

-Peter



More information about the Python-list mailing list