[python-win32] win32pipe and buffer size

Mark Hammond mhammond at skippinet.com.au
Tue Jul 12 11:11:01 CEST 2005


> if __name__ == '__main__':
>     child = subprocess.Popen(
>         ['python', 'echo.py'],

Try adding "-u" as an option to Python - this will force Python to reopen
stdout etc as unbuffered (ie, the problem is the client is buffering)

Mark



More information about the Python-win32 mailing list