examples of pipe usage?

arsyed arsyed at gmail.com
Sun Jul 20 18:09:19 EDT 2008


On Sun, Jul 20, 2008 at 5:27 PM, Sean McIlroy <sean_mcilroy at yahoo.com>
wrote:

> hola
>
> i'd like to control another interpreter from idle. i don't have any
> experience using unix but i think a "pipe" is what i need. am i right
> about this? can anybody point me to a simple example of using a pipe
> (if that's the right thing) for this kind of task? thanks if you can
> help.
>
>
Take a look at the URL below which has a bunch of examples of using the
subprocess module to interact with other processes.

http://blog.doughellmann.com/2007/07/pymotw-subprocess.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080720/a6a2096d/attachment-0001.html>


More information about the Python-list mailing list