subprocess module

Tim Roberts timr at probo.com
Sat Jul 22 17:34:11 EDT 2006


"placid" <Bulkan at gmail.com> wrote:

>Hi all,
>
>If someone could give me an example of creating a subprocess (on
>Windows) using the subprocess module and Popen class and connecting to
>its stdout/stdin file handles. I googled for a bit but the only example
>i found was here ;

"Use the source, Luke."  The best examples of the use of subprocess are
contained in the introductory comments in the module itself.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list