Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-27 Thread Bob Ippolito
On May 27, 2005, at 6:31 AM, Kent Quirk wrote: > I can't find where you said that extensions shouldn't be linking to > Python at all. I also can't understand how this could be the case, at > least if we're building the extensions using Boost.Python (which we > are). When I said it shouldn't be li

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-27 Thread Ronald Oussoren
On Friday, May 27, 2005, at 03:33PM, Kent Quirk <[EMAIL PROTECTED]> wrote: >I can't find where you said that extensions shouldn't be linking to >Python at all. I also can't understand how this could be the case, at >least if we're building the extensions using Boost.Python (which we >are). The

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-27 Thread Kent Quirk
your way along it for the first time. Kent -Original Message- From: Bob Ippolito [mailto:[EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:48 PM To: Kent Quirk Cc: pythonmac-sig@python.org Subject: Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work As I said befor

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-26 Thread Bob Ippolito
On May 26, 2005, at 8:03 AM, Kent Quirk wrote: > Thanks for the hint. This helped us a lot, but we don't quite have the > complete answer. > > We were never linking to Python 2.3, but otool shows us that we have > references to /Library/Frameworks/Python.framework in our extensions > (and in the

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-26 Thread Kent Quirk
EMAIL PROTECTED] Sent: Thursday, May 26, 2005 1:33 AM To: Kent Quirk Cc: pythonmac-sig@python.org Subject: Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work You definitely have something that's linking to Python 2.3. Try DYLD_PRINT_LIBRARIES and/or run it under gdb and back

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Bob Ippolito
> > -Original Message- > From: Bob Ippolito [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 25, 2005 11:42 PM > To: Kent Quirk > Cc: pythonmac-sig@python.org > Subject: Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work > > > On May 25, 2005, at 8:18 PM, K

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Kent Quirk
m the executable within the app. Any other ideas? Kent -Original Message- From: Bob Ippolito [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 25, 2005 11:42 PM To: Kent Quirk Cc: pythonmac-sig@python.org Subject: Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work On May 25,

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Bob Ippolito
On May 25, 2005, at 8:18 PM, Kent Quirk wrote: > Just because this is really trouble for me, and I'm hoping to get > some ideas, I'm going to update with some of the other things we've > tried today: > > a) I updated py2app from svn and rebuilt it on this machine using > python2.4 setup.p

Re: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Kent Quirk
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kent Quirk Sent: Wednesday, May 25, 2005 12:20 PM To: pythonmac-sig@python.org Subject: [Pythonmac-SIG] Upgraded to 2.4 and can't make it work We've been building our product using py2app 0.2 on Panther with Apple'

[Pythonmac-SIG] Upgraded to 2.4 and can't make it work

2005-05-25 Thread Kent Quirk
We’ve been building our product using py2app 0.2 on Panther with Apple’s Mac python. That has worked for some time, but as has been pointed out here many times, relying on that is not the safest way to ship things to real customers.   The app is large with several C++ extensions using bo