Re: [Pyobjc-dev] PyObjC and OSX versions
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-03-25 10:33:49
|
On 23 Mar, 2010, at 7:53, David Bolen wrote: > > In looking around though, I'm not having a lot of luck trying to find > a decent explanation of how to best serve a varied customer base from > a 10.6 development system. I know I need PyObjC 1.4 to target Tiger, > but can I build/use that on my 10.6 system? And will my PyObjC 2.2 > build under 10.6.2 work under 10.5 systems (I don't have any handy to > test)? Building pyobjc for running on various OS releases is too hard at the moment. PyObjC 2.2 build on 10.6 won't work on 10.5 at the moment due to a dependency on libxml. I have removal of that dependency on my todo list, but haven't gotten around to doing that yet. I hope to find time to do that once current cleanup and py3k work is finished, I want to look into the 10.4 port then as well. Last time I checked PyObjC 2.2 mostly, but not entirely, worked on 10.4. Ronald |