popen2 on Windows
Bill Tutt
billtut at microsoft.com
Tue Jul 6 18:37:00 EDT 1999
More information about the Python-list mailing list
Tue Jul 6 18:37:00 EDT 1999
- Previous message (by thread): popen2 on Windows
- Next message (by thread): Python, ASP - Namespace (again)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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
- Previous message (by thread): popen2 on Windows
- Next message (by thread): Python, ASP - Namespace (again)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list