On Fri, 29 Sep 2006 22:45:07 +0200, Manlio Perillo <[EMAIL PROTECTED]> wrote:
There are specific reasons for why _win32stdio should be attached at something else that is not a Console Handle?
Yes. The stdio module is primarily designed for a subprocess spawned with spawnProcess to talk to its parent over pipes. As I understand it, providing access to the win32 console using the same mechanism would effectively involve writing a terminal emulator. If you want to use the win32 console, you'll need to use a module specifically for doing that, not Twisted. _______________________________________________ Twisted-web mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web
