popen2 on Windows

Bill Tutt billtut at microsoft.com
Tue Jul 6 18:37:00 EDT 1999


> From: b s [mailto:balaji at platinum.com]

> All these things will work only if your application is a 
> console application.

That's true of os.popen(), but this is certainly not true of
win32pipe.popen*(). win32pipe.popen* will work from a console application,
an NT service, or from within PythonWin itself. (a GUI application).

Bill




More information about the Python-list mailing list