Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-07-01 Thread William Kyngesburye
> The more I work on supporting 10.3.9 and 10.4 the more I believe > that the binary installer shouldn't link to system versions of > libraries that aren't in a part of the OS where Apple is serious > about versioning/backward-compatiblity. > > That is the easiest way to achieve compatibilit

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-07-01 Thread Ronald Oussoren
On Jun 30, 2006, at 11:33 PM, William Kyngesburye wrote: On Jun 30, 2006, at 3:50 PM, Christopher Barker wrote: I'm guessing that this may not be the ONLY lib that has this problem -- it's just the the one that's been discovered. Also, it seems possible that a user might have a similar proble

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-07-01 Thread Marc Hedlund
On Sat, 1 Jul 2006, Ronald Oussoren wrote: > > It is rather obvious that nobdy here really cares about 10.3.9. The 2.4.3 > universal installer has been out for ages and there have been test releases > before the production release and nobody seems to have tested on 10.3.9 until > now. > > > I

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-07-01 Thread Ronald Oussoren
On Jun 30, 2006, at 10:50 PM, Christopher Barker wrote: Bob Ippolito wrote: Would it be hard to put a little hack in Py2App to include that particular lib, even though it is in /usr? Or better yet, a way to pass in a list of libs you want included regardless of their location. It's a bad i

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-07-01 Thread Ronald Oussoren
On Jun 29, 2006, at 9:04 PM, Michael Glassford wrote: Ronald Oussoren wrote: On 28-jun-2006, at 20:56, Bob Ippolito wrote: It's not really trivial, but it's the only option you have unless someone else does it first. It sounds like Ronald will probably create another 2.4.3 installer in the

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-07-01 Thread Ronald Oussoren
On Jun 29, 2006, at 9:04 PM, Christopher Barker wrote: Michael Glassford wrote: """ Note that dylibs and frameworks in vendor locations (/System and /usr - except for /usr/local) are NOT included in your application bundle. """ Would it be hard to put a little hack in Py2App to include

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Bob Ippolito
On Jun 30, 2006, at 2:33 PM, William Kyngesburye wrote: > On Jun 30, 2006, at 3:50 PM, Christopher Barker wrote: > >> I'm guessing that this may not be the ONLY lib that has this >> problem -- >> it's just the the one that's been discovered. Also, it seems possible >> that a user might have a sim

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread William Kyngesburye
On Jun 30, 2006, at 3:50 PM, Christopher Barker wrote: > I'm guessing that this may not be the ONLY lib that has this > problem -- > it's just the the one that's been discovered. Also, it seems possible > that a user might have a similar problem with a lib that isn't > Apple's. > Here's a lis

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Bob Ippolito
On Jun 30, 2006, at 1:50 PM, Christopher Barker wrote: > Bob Ippolito wrote: > Would it be hard to put a little hack in Py2App to include that > particular lib, even though it is in /usr? > > Or better yet, a way to pass in a list of libs you want included > regardless of thei

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Michael Glassford
Christopher Barker wrote: > Bob Ippolito wrote: > Would it be hard to put a little hack in Py2App to include that > particular lib, even though it is in /usr? > > Or better yet, a way to pass in a list of libs you want included > regardless of their location. > >> It's a bad id

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Christopher Barker
Bob Ippolito wrote: Would it be hard to put a little hack in Py2App to include that particular lib, even though it is in /usr? Or better yet, a way to pass in a list of libs you want included regardless of their location. > It's a bad idea, and redistributing components of

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Bob Ippolito
On Jun 30, 2006, at 12:26 PM, Michael Glassford wrote: > Bob Ippolito wrote: >> On Jun 29, 2006, at 12:04 PM, Christopher Barker wrote: >> >>> Michael Glassford wrote: > """ >> Note that dylibs and frameworks >> in vendor locations (/System and /usr - except for /usr/local) >> are

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-30 Thread Michael Glassford
Bob Ippolito wrote: > On Jun 29, 2006, at 12:04 PM, Christopher Barker wrote: > >> Michael Glassford wrote: """ > Note that dylibs and frameworks > in vendor locations (/System and /usr - except for /usr/local) > are NOT > included in your application bundle. """ >> Wou

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-29 Thread Bob Ippolito
On Jun 29, 2006, at 12:04 PM, Christopher Barker wrote: > Michael Glassford wrote: >>> """ Note that dylibs and frameworks in vendor locations (/System and /usr - except for /usr/local) are NOT included in your application bundle. >>> """ > > Would it be hard to put a little

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-29 Thread Michael Glassford
Ronald Oussoren wrote: > On 28-jun-2006, at 20:56, Bob Ippolito wrote: > >> >> It's not really trivial, but it's the only option you have unless >> someone else does it first. It sounds like Ronald will probably >> create another 2.4.3 installer in the future that fixes this and a >> few other iss

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-29 Thread Christopher Barker
Michael Glassford wrote: >> """ >>> Note that dylibs and frameworks >>> in vendor locations (/System and /usr - except for /usr/local) are NOT >>> included in your application bundle. >> """ Would it be hard to put a little hack in Py2App to include that particular lib, even though it is in /usr?

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-29 Thread Michael Glassford
Bob Ippolito wrote: > On Jun 29, 2006, at 8:20 AM, Michael Glassford wrote: > >> Bob Ippolito wrote: >>> The bz2 module is part of the Python distribution. The best route >>> would be to download the Python source, extract the source for the >>> bz2 extension and create a standalone setup.py for i

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-29 Thread Bob Ippolito
On Jun 29, 2006, at 8:20 AM, Michael Glassford wrote: > Bob Ippolito wrote: >> The bz2 module is part of the Python distribution. The best route >> would be to download the Python source, extract the source for the >> bz2 extension and create a standalone setup.py for it. Tweak it such >> that it

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-29 Thread Michael Glassford
Bob Ippolito wrote: > The bz2 module is part of the Python distribution. The best route > would be to download the Python source, extract the source for the > bz2 extension and create a standalone setup.py for it. Tweak it such > that it links to a copy of libbz2 that you've compiled statical

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Ronald Oussoren wrote: > On 28-jun-2006, at 20:50, Michael Glassford wrote: > >> Ronald Oussoren wrote: >>> Its getting more and more clear that I can't get way with not >>> updating the 2.4 installer :-(. >> Would you be thinking of doing this soon? :) > > Not this week, I've spent way too much

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Bob Ippolito wrote: > In your situation, I would just give up on 10.3 users until the issue > with Python is resolved (which is either going to happen when 2.5 > comes out, or when the 2.4.3 installer gets updated). OK, thanks for the help. I guess this is the solution we'll go with for now

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Ronald Oussoren
On 28-jun-2006, at 20:56, Bob Ippolito wrote: > > > It's not really trivial, but it's the only option you have unless > someone else does it first. It sounds like Ronald will probably > create another 2.4.3 installer in the future that fixes this and a > few other issues, but I don't know when he

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Ronald Oussoren
On 28-jun-2006, at 20:50, Michael Glassford wrote: > Ronald Oussoren wrote: >> On 28-jun-2006, at 19:02, Michael Glassford wrote: >> >>> I've built a universal binary build of an application that runs >>> great on >>> the Tiger machines that I've tested it on (both PowerPC and >>> Intel). >>>

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Bob Ippolito
On Jun 28, 2006, at 11:46 AM, Michael Glassford wrote: > Bob Ippolito wrote: >> On Jun 28, 2006, at 10:02 AM, Michael Glassford wrote: >>> I've built a universal binary build of an application that runs >>> great on >>> the Tiger machines that I've tested it on (both PowerPC and >>> Int

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Ronald Oussoren wrote: > On 28-jun-2006, at 19:02, Michael Glassford wrote: > >> I've built a universal binary build of an application that runs >> great on >> the Tiger machines that I've tested it on (both PowerPC and >> Intel). >> However, when I try to run it on PowerPC 10.3.9 (which I

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Bob Ippolito wrote: > On Jun 28, 2006, at 10:02 AM, Michael Glassford wrote: > >> I've built a universal binary build of an application that runs >> great on >> the Tiger machines that I've tested it on (both PowerPC and >> Intel). >> However, when I try to run it on PowerPC 10.3.9 (which

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Ronald Oussoren
On 28-jun-2006, at 19:02, Michael Glassford wrote: > I've built a universal binary build of an application that runs > great on > the Tiger machines that I've tested it on (both PowerPC and > Intel). > However, when I try to run it on PowerPC 10.3.9 (which I've been > led to > believe s

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Bob Ippolito
On Jun 28, 2006, at 10:02 AM, Michael Glassford wrote: > I've built a universal binary build of an application that runs > great on > the Tiger machines that I've tested it on (both PowerPC and > Intel). > However, when I try to run it on PowerPC 10.3.9 (which I've been > led to > belie

[Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
I've built a universal binary build of an application that runs great on the Tiger machines that I've tested it on (both PowerPC and Intel). However, when I try to run it on PowerPC 10.3.9 (which I've been led to believe should work from comments in the PyObjC svn log), I get this error: ""