On Sun, Jul 20, 2008 at 5:27 PM, Sean McIlroy <[EMAIL PROTECTED]>
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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to