<[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list