How to execute a linux command by python?

Fredrik Lundh fredrik at pythonware.com
Wed Oct 18 11:21:52 EDT 2006


Fredrik Lundh wrote:

> start here:
> 
>      http://www.python.org/doc/lib/

make sure you skim though the *entire* list.  when you've done that, see 
the "process management" section in the "os" module documentation (make 
sure to read the entire page before you decide which API to use), and 
also the "subprocess" module documentation.

</F>




More information about the Python-list mailing list