calling a dylib in python on OS X

Victor Ng crankycoder at gmail.com
Sun Oct 23 18:58:08 EDT 2005


You can use Pyrex which will generate a C module for you.

vic

On 22 Oct 2005 23:40:17 -0700, robspychala at gmail.com
<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?
>
> thanks,
>
> r.s.
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>


--
"Never attribute to malice that which can be adequately explained by
stupidity."  - Hanlon's Razor



More information about the Python-list mailing list