Re: [Pyobjc-dev] Compiling PyObjC 2.0 trunk on 10.4
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2008-11-19 07:08:56
|
On 18 Nov, 2008, at 22:15, Luc Heinrich wrote: > On 12 nov. 08, at 21:17, Luc Heinrich wrote: > >> So I try to regenerate the ExceptionHandling framework bridgesupport >> file using gen_bridge_metadata but I'm not sure what to do with the >> result. > > So, I've made some progress on my own. > > Manually generating the metadata for the ExceptionHandling framework > (for example) in a PyObjC.bridgesupport file which I put in pyobjc- > framework-ExceptionHandling/Lib/ExceptionHandling allows the tests > to pass. Installing this and then using it works fine but ONLY with > alias builds (py2app -A). Using a bundled build fails with the same > error than without the bridgesupport file. > > So now what ? :) Have you checked if py2app copies the bridgesupport files into the application bundle? I'm currently (very) slowly adding unittest for the pyobjc-framework-* projects, after having ran into some issues with some API's that used to work but stopped doing so when I wasn't paying atttention to them. When that's finished I'll have some time to work on py2app and actually doing a release again. Porting PyObjC to OSX 10.4 has very low priority at the moment, I don't need that support myself and basicly won't have time to work on that in the forseeable future. Ronald |