popen(1-4) as a seperate process

Fredrik Lundh fredrik at pythonware.com
Fri Nov 17 02:00:25 EST 2006


Astan Chee wrote:

> Im trying to popen (or more specifically os.popen4() ) from wxPython. 
> I've read the documentation on popen and it says I can do a popen as a 
> seperate process or popen not as a child process

where does it say that?  afaik, the whole point of the popen API is to 
run an external process and use pipes to communicate with it.

</F>




More information about the Python-list mailing list