Re: [Pyobjc-dev] Re: Standalone exe on panther?
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-12-05 19:41:43
|
Bob Ippolito wrote: > 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. --semi-standalone can't currently produce apps that work on both 10.2 and 10.3. --standalone apps made on 10.2 work just fine on 10.3, but not the other way around, unless you use the Jaguar build of Python.framework on 10.3. Just |