Re: [Pyobjc-dev] Three issues with PyObjC under Snow Leopard
Brought to you by:
ronaldoussoren
From: David E. <dav...@gm...> - 2009-10-07 06:16:22
|
On Tue, Oct 6, 2009 at 11:10 PM, Ronald Oussoren <ron...@ma...> wrote: > > On 7 Oct, 2009, at 3:09, David Eppstein wrote: > >> Just a follow-up on all this. The fix to the way I was wrongly calling >> super.init worked and my app is happy again. Because it all works I >> haven't yet tested the code to tell objc to be more verbose when an >> exception hits the border, but I assume that works too >> >> The XCode version of the app is about 200k and the setup.py version is >> about 16Mb, I assume because the setup.py version includes its own >> copy of Python. I haven't yet decided which of these two build styles >> is preferable; under 10.4 and before I would have definitely wanted >> the one that included its own Python, because otherwise there was no >> way of counting on it working on anyone else's computer, but is that >> still necessary these days? > > The setup.py version is larger because py2app copies more stuff into the > application bundle. Are you using Apple's python or do you have a separate > python install? Apple's. |