[python-win32] polling with os.popen3
Tim Roberts
timr at probo.com
Thu Jun 28 23:44:41 CEST 2007
TK Soh wrote:
> I'm trying to use os.popen3 to replace subprocess.Popen for python 2.3
> compatibility. According to the document, os.Popen3 class is not
> supported on Win32, so I can't poll() the pipe. I wonder how I can
> check if the process open by os.popen3 is still running. Thanks in
> advance for any advice or pointers.
>
Surely, the MOST efficient way to do this has to be to download the
Python 2.3 version of subprocess from
http://effbot.org/downloads/#subprocess.
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the Python-win32
mailing list