Re: [Pyobjc-dev] Re: Standalone exe on panther?
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-12-05 19:33:51
|
On Dec 5, 2003, at 2:23 PM, David Eppstein wrote: > In article <FD8...@de...>, > Jiva DeVoe <ji...@de...> wrote: > >> I'm documenting this here in the hopes of saving some other clueless >> soul from similar troubles. >> >> So, to build a stand-alone PyObjC application do the following: >> 1. Change your Build style to deployment. In XCode this is done by >> going into the properties of your project and, to the styles tab, and >> choosing deployment. > > The other possibility is to set up a buildapp.py script (like the ones > that come with the pyobjc examples) and run > python buildapp.py --standalone build > from the command line... I'm pretty sure that --semi-standalone is preferable, --standalone brings no additional benefit since the 10.3 Python.framework isn't compatible with 10.2. -bob |