Re: [Pyobjc-dev] Developing on 10.5, targeting 10.4u
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-03-20 14:02:39
|
On 19 Mar, 2008, at 23:09, Adam Atlas wrote: > Using the Apple-supplied PyObjC in 10.5, is it possible to develop > applications that will run on 10.4? If I set it to use the 10.4u SDK, > it builds just fine and doesn't complain, but it obviously won't > actually run on 10.4 because the resulting .app bundle does not > contain the Python/PyObjC binaries and support files. How do I work > around this? Would I need to install some other distribution of > PyObjC? Or am I just missing some build setting or somesuch? The binaries that are included with 10.5 won't work on 10.4. pyobjc-core in the repository should work on 10.4, but the framework wrappers do not due to lack of bridgesupport files. Fixing all of that is on my todo list, but I don't know when I'll get around doing this because (a) I'm working on some other things and (b) I don't use 10.4 anymore. Ronald |