running a C program with python script

Michael Hoffman cam.ac.uk at mh391.invalid
Wed Mar 9 03:54:15 EST 2005


James Stroud wrote:
> module os
> 
> the os.popen* commands.

The subprocess module in Python 2.4 is generally a better and easier
way to do this.
-- 
Michael Hoffman



More information about the Python-list mailing list