[Pythonmac-SIG] Why is Framework build of Python needed

Christopher Barker Chris.Barker at noaa.gov
Wed May 13 22:34:37 CEST 2009


> Brian Granger <ellisonbg.net at gmail.com> wrote:

>> I seem to recall that a Framework build of Python is needed if you
>> want to do anything with the native Mac GUI.  Is my understanding
>> correct?

Pretty much -- to access the Mac GUI, an app needs to be in a proper Mac 
application bundle. The Framework build supplies that. Technically, the 
use of a framework is independent for this requirement, but using a 
Framework build is the easiest way to satisfy it.

Do you have a reason for not wanting to use a Framework build?

-Chris





-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the Pythonmac-SIG mailing list