Re: calling a dylib in python on OS X

2005-10-23 Thread Victor Ng
You can use Pyrex which will generate a C module for you. vic On 22 Oct 2005 23:40:17 -0700, [EMAIL PROTECTED] <[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? > > thanks, > > r.s. > > -- > http://

Re: calling a dylib in python on OS X

2005-10-23 Thread Alex Martelli
<[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.pytho

Re: calling a dylib in python on OS X

2005-10-23 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [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? | | thanks, | | r.s. | Can you be more specific about what you are trying to do/what dylib you want to ca

calling a dylib in python on OS X

2005-10-22 Thread robspychala
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