How to run external program?

Gary Herron gherron at islandtraining.com
Fri Jan 12 04:43:42 EST 2007


Lad wrote:
> How  can I run external program from Python?
> I use Python with XP
> Thank you for help
> LB
>
>   
The subprocess module is what you want for this.

It's got ways of running external executables as separate subprocesses, 
and interacting with the subprocess and both its input and output.

Gary Herron




More information about the Python-list mailing list