Re: [Python-Dev] Problem building module against Mac Python 2.4 and Python 2.5

2006-10-16 Thread Barry Scott
>> >> Use an absolute path to the library rather than -framework. > > That is, add '/Library/Frameworks/Python.framework/Versions/2.4/ > Python' to the link command instead of '-framework Python'. Thanks I'll update my builds to do that. >> >> Or use distutils! > > That's definitely advisable a

Re: [Python-Dev] Problem building module against Mac Python 2.4 and Python 2.5

2006-10-15 Thread Ronald Oussoren
On Oct 15, 2006, at 9:41 PM, Bob Ippolito wrote: On 10/15/06, Barry Scott <[EMAIL PROTECTED]> wrote: This may be down to my lack of knowledge of Mac OS X development. I want to build my python extension for Python 2.3, 2.4 and 2.5 on the same Mac. Build Python 2.3 and Python 2.4 has been work

Re: [Python-Dev] Problem building module against Mac Python 2.4 and Python 2.5

2006-10-15 Thread Bob Ippolito
On 10/15/06, Barry Scott <[EMAIL PROTECTED]> wrote: > This may be down to my lack of knowledge of Mac OS X development. > > I want to build my python extension for Python 2.3, 2.4 and 2.5 on > the same Mac. > Build Python 2.3 and Python 2.4 has been working well for a long > time. But > after I ins

[Python-Dev] Problem building module against Mac Python 2.4 and Python 2.5

2006-10-15 Thread Barry Scott
This may be down to my lack of knowledge of Mac OS X development. I want to build my python extension for Python 2.3, 2.4 and 2.5 on the same Mac. Build Python 2.3 and Python 2.4 has been working well for a long time. But after I installed Python 2.5 it seems that I can no longer link a agai