Execute C code through Python

gsteff greg.steffensen at gmail.com
Thu Oct 20 22:18:03 EDT 2005


import subprocess
subprocess.call("cmd")




More information about the Python-list mailing list