Re: [Pythonmac-SIG] importing dynamic library on intelMac

2006-09-01 Thread David Worrall
Thanks all for your advice. I've solved the problem; the library compiles and now includes the shared libraries directory. Turns out the problem I had was with scons. David On 02/09/2006, at 1:17 AM, Ronald Oussoren wrote: > > On 29-aug-2006, at 8:09, David Worrall wrote: > >> Hello All, I'm n

Re: [Pythonmac-SIG] importing dynamic library on intelMac

2006-09-01 Thread Ronald Oussoren
On 29-aug-2006, at 8:09, David Worrall wrote: > Hello All, I'm new here... and to dynamic libraries > > I've compiled a 3rd party's dynamic library , libXXX.dylib , a Mach- > O dynamically linked shared library i386 > and can't work out where to put it so that I can import XXX > is ther

[Pythonmac-SIG] importing dynamic library on intelMac

2006-08-31 Thread David Worrall
Hello All, I'm new here... and to dynamic libraries I've compiled a 3rd party's dynamic library , libXXX.dylib , a Mach- O dynamically linked shared library i386 and can't work out where to put it so that I can >>> import XXX is there a special place for such libraries? I've tried a few thi