Python bindings tutorial

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Tue Mar 16 15:12:21 EDT 2010


En Tue, 16 Mar 2010 13:20:40 -0300, Johny <python at 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




More information about the Python-list mailing list