On Mar 16, 5:20 pm, Johny <[email protected]> wrote: > Is there any tutorial how to write a bindings for a exe ( dos) > program? > I would like to run it from a Python directly > ( using import command and a particular function from the binding) > not using os.system command. > Thanks > L.
subprocess ? -- http://mail.python.org/mailman/listinfo/python-list
