Needs help from a guru (Raaijmakers, Vincent (IndSys, GE Interlogix))

Terry Hancock hancock at anansispaceworks.com
Mon Dec 2 01:14:31 EST 2002


On Sunday 01 December 2002 08:05 pm,  Raaijmakers, Vincent wrote:
> What I like to do is to start these script from Python and to manipulate 
and use the output of these scripts for all kind of things.
>  

You'll want to examine the popen() family of functions (see module "popen" in 
the library reference -- which you can find at http://www.python.org/doc/ ).
There's a popen.  Stands for "pipe open" because you want to pipe the output.

Cheers,
Terry

--
Terry Hancock ( hancock at anansispaceworks.com )
Anansi Spaceworks  http://www.anansispaceworks.com

"Python takes the pain out of programming ...
            ... and Zope puts it back again."




More information about the Python-list mailing list