>>>>> "g.franzkowiak" <[EMAIL PROTECTED]> (gf) wrote:

>gf> If starts a process with popen2.popen3('myprogram') and myprogram.exe is
>gf>  running before, I've a connection to the second process, not to the first.
>gf> I can find the process by name before I start a process with popen2...,
>gf> but how bcan I connect t this process with a pipe ?

You have to use a named pipe.

-- 
Piet van Oostrum <[EMAIL PROTECTED]>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: [EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to