Re: [Pyobjc-dev] Projects and executables and stuff
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-12-05 21:20:15
|
On Dec 5, 2003, at 12:57 PM, Jiva DeVoe wrote: > Forgive my lack of knowledge, please see my question below: > On Dec 5, 2003, at 12:53 PM, b.bum wrote: > >> A brief update of the current state of things: >> >> - Panther and Jaguar require different build styles (unless you have >> Frameworkized Python installed) >> > > isn't the Mac Python which ships with Panther a framework python? Yes -- which means that Panther and Frameworkized python build the same way. The non-linkable Jaguar python requires the different build style (that includes the execve() silliness). b.bum (Who was being remarkably obtuse in the original email... sorry). |