Thread: [Pyobjc-dev] PyObjC and OSX 10.4
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-09-30 21:12:14
Attachments:
smime.p7s
|
Hi, Is anyone still interested in PyObjC on OSX 10.4? I haven't done any development on 10.4 in a long time and while having 10.4 support would be nice to have I don't think I'll ever get around to finishing 10.4 support in PyObjC 2.x. Ronald |
From: Aahz <aa...@py...> - 2009-09-30 22:31:05
|
On Wed, Sep 30, 2009, Ronald Oussoren wrote: > > Is anyone still interested in PyObjC on OSX 10.4? I haven't done any > development on 10.4 in a long time and while having 10.4 support would > be nice to have I don't think I'll ever get around to finishing 10.4 > support in PyObjC 2.x. Lacking 10.4 support would be painful for me, I would probably have to switch to making two separate builds unless PyObjC 1.4 works with Snow Leopard. My company has already given up on PPC support, but I think that dropping 10.4 support will not be an option. I note that Tiger's initial release was four years ago and that the most recent update was two years ago. That seems rather recent to just drop support. -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ "....Normal is what cuts off your sixth finger and your tail..." --Siobhan |
From: Greg E. <gre...@ca...> - 2009-10-01 00:02:26
|
Ronald Oussoren wrote: > Is anyone still interested in PyObjC on OSX 10.4? Yes, I'm still using 10.4, and will be for a while yet. -- Greg |
From: Luc H. <lu...@ho...> - 2009-10-01 08:49:33
|
On 30 sept. 2009, at 23:12, Ronald Oussoren wrote: > Is anyone still interested in PyObjC on OSX 10.4? I haven't done > any development on 10.4 in a long time and while having 10.4 support > would be nice to have I don't think I'll ever get around to > finishing 10.4 support in PyObjC 2.x. There are few things I would enjoy most than dropping 10.4 support in Miro, but we are still making our release builds of it using PyObjC 1.4 because 15% of our users are still running 10.4. We are definitely getting close to a limit where dropping 10.4 support is possible but we're not quite there yet. That said, our codebase is compatible with both PyObjC 1.4 and 2.x and since we already consider dropping 10.4 support in the not so distant future I probably won't push very hard for a 10.4 support of PyObjC 2 like I would have some time ago. Your call Ronald, obviously ;) -- Luc Heinrich - lu...@ho... |
From: David B. <db3...@gm...> - 2009-10-01 21:01:53
|
Ronald Oussoren <ron...@ma...> writes: > Is anyone still interested in PyObjC on OSX 10.4? I haven't done any > development on 10.4 in a long time and while having 10.4 support would > be nice to have I don't think I'll ever get around to finishing 10.4 > support in PyObjC 2.x. Yes, for my part. It would finally allow me to move a significant application I'm maintaining off of PyObjC 1.4 and yet still support existing older client machines. Currently, I'm using 1.4 and generating 10.4 compatible installations because of client need, and in fact have had to not only keep a separate 10.4 development system, but hold back on the 10.4.11 system update since it contains the webkit interface change that didn't work properly with the PyObjC 1.4 wrapper. I'm sure there are ways[*] to manually maintain two builds, but the current discontinuity between PyObjC 1.4 on a 10.4 system for 10.4 clients, versus PyObjC 2.x on 10.5+ systems for 10.5+ clients is unfortunate from a maintenance perspective, and something I had hoped would eventually disappear. I suppose an alternative to supporting 2.x under 10.4 would be to officially declare it never to be supported, since that would at least force the issue for me to figure out a different approach rather than waiting for such support. -- David [*] I've only seen fairly complex approaches to try to have a single development system (whether 10.4 generating 10.5+ compatible binaries, or 10.5+ generating 10.4 compatible binaries), so in this main case I've just frozen things in the 10.4 environment to help manage maintenance, but I had hoped that was a near term thing until a migration path was available. |
From: Dirk S. <dir...@ma...> - 2009-10-04 21:02:32
|
On Sep 30, 2009, at 11:12 PM, Ronald Oussoren wrote: > Hi, > > Is anyone still interested in PyObjC on OSX 10.4? I haven't done > any development on 10.4 in a long time and while having 10.4 support > would be nice to have I don't think I'll ever get around to > finishing 10.4 support in PyObjC 2.x. > We dropped Tiger support for Checkout with the latest major release (3.x) which is based on PyObjC 2.2, Checkout 2.x is still and will always remain based on PyObjC 1.4. So we really wouldn't miss it. - Dirk |
From: Karsten W. <kar...@go...> - 2009-10-08 12:07:17
|
Hi, Am 30.09.2009 um 23:12 schrieb Ronald Oussoren: > Hi, > > Is anyone still interested in PyObjC on OSX 10.4? ... Yes. And unfortunately I'll have to for some time... and I gave up hopes for PyObjC 2.0 on Tiger a long time ago ;-) -karsten |
From: Nathan <nat...@gm...> - 2009-10-18 16:54:50
|
On Wed, Sep 30, 2009 at 3:12 PM, Ronald Oussoren <ron...@ma...> wrote: > Hi, > > Is anyone still interested in PyObjC on OSX 10.4? I haven't done any > development on 10.4 in a long time and while having 10.4 support would be > nice to have I don't think I'll ever get around to finishing 10.4 support in > PyObjC 2.x. We are not. We dropped PPC and Tiger support in 2008. ~ Nathan |