Ernesto wrote: > What's the easiest and quickest way to execute a compiled C "command > line interface" program THROUGH Python?
I don't know what you mean by THROUGH. But the subprocess, popen2 and os-modules deal with calling other programs. Try them in that order. Diez -- http://mail.python.org/mailman/listinfo/python-list