Re: [Pythonmac-SIG] Linking against a Python extension

2005-12-21 Thread Bob Ippolito
> > [EMAIL PROTECTED] schrieb am 20.12.2005 22:25:28: > >> > First question: Is it possible to link against a normally built Python >> > extension? >> > >> > More specifically, I want to pass the '.so' file of some Python > extension >> > as an extra link argument to the 'weave.inline' function. Th

Re: [Pythonmac-SIG] Linking against a Python extension

2005-12-20 Thread matthias . oberlaender
[EMAIL PROTECTED] schrieb am 20.12.2005 22:25:28: > > First question: Is it possible to link against a normally built Python > > extension? > > > > More specifically, I want to pass the '.so' file of some Python extension > > as an extra link argument to the 'weave.inline' function. This seems t

Re: [Pythonmac-SIG] Linking against a Python extension

2005-12-20 Thread Bob Ippolito
> First question: Is it possible to link against a normally built Python > extension? > > More specifically, I want to pass the '.so' file of some Python extension > as an extra link argument to the 'weave.inline' function. This seems to > work quite well on Linux. But I suspect, on Mac OS X the a