Re: [Pyobjc-dev] Got a problem to install PyObjC2.0
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2007-11-08 07:19:43
|
On 8 Nov, 2007, at 7:14, Seungchan Oh wrote: > Hello, > > I'm having a difficulty to install PyObjC2.0 at Leopard with MacBook > Pro. I haven't tried building on 10.4 for a while (which is what you're basicly trying to do because you're using the 10.4 SDK). Appearently there are some issues there. Note that PyObjC 2.0 definitely requires some work to be useful on Tiger systems because Tiger doesn't ship with bridgesupport files and PyObjC 2 requires those files to provide full bindings. Generating bridgesupport files is easy enough, but not a priority for me right now because building them takes a lot of time (for the computer, the task barely requires interaction with a human) and I'm currently thinking about some changes that would require rebuilding the bridgesupport files anyway. BTW. You do know that Leopard ships with a perfectly fine copy of Python 2.5 and PyObjC 2.0? At this point in time it would be easier to use that instead of trying to rebuild PyObjC from scratch. Ronald |