calling a dylib in python on OS X

Alex Martelli aleaxit at yahoo.com
Sun Oct 23 13:44:45 EDT 2005


<robspychala at gmail.com> wrote:

> Hi
> 
> Is there something similar to python's windll for calling DLLs on win32
> but meant for calling dylib's on OS X?

ctypes should work just fine on Macs, just as well as on Windows and
Linux machines as well as many other Unix dialects.  Try
http://starship.python.net/crew/theller/ctypes/ ...


Alex



More information about the Python-list mailing list