En Tue, 16 Mar 2010 13:20:40 -0300, Johny <pyt...@hope.cz> escribió:

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.

Do you mean that you want to execute a particular function in the .exe program? That's not possible (ok, you *could* do that if you work hard enough, but that's not how things are usually done)

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to