Pyhton script to call another program

David 71david at libero.it
Wed May 6 13:49:57 EDT 2009


Il Wed, 06 May 2009 11:31:58 -0400, Ben Keshet ha scritto:

> Hi,
> 
> I am trying to write a simple python script to manipulate files and call 
> other programs.  I have a program installed (rocs) which I run using 
> cygwin on my XP (but is not in python).  Can I run the pyhton script and 
> then call the other program in the same script?

Look at the os.system function call.

D.



More information about the Python-list mailing list