Interfacing a DLL

djw dwelch91 at no.spam.attbi.com
Tue Feb 25 11:03:12 EST 2003


Gumuz wrote:
> Hi all,
> 
> I have a DLL file, which provides a API to Powerbuilder (ORCA).
> 
> I would like to use this from python if possible, but it only has examples
> in C.
> 
> How would I do this?
> 
> thanks,
> 
> Guyon
> 
> 
You could use ctypes 
(http://starship.python.net/crew/theller/ctypes.html) or calldll 
(http://www.nightmare.com/~rushing/dynwin/) among others.

/d/





More information about the Python-list mailing list