This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients Max.Skaller, loewis, ned.deily
Date 2010-11-04.21:04:34
SpamBayes Score 3.284397e-06
Marked as misclassified No
Message-id <1288904675.83.0.327960891463.issue10243@psf.upfronthosting.co.za>
In-reply-to
Content
It's called Python because that's the way frameworks on OS X are generally structured: the shared library file has the same name as the framework.  The Apple developer docs have lots of information on frameworks.

Prior to 2.7 and the upcoming 3.2 releases, python.org installers (including for 3.1) have been 32-bit only.  Starting with 2.7 and the latest 3.2 alpha, there are two OS X installer downloads for each release, one 32-bit only (10.3 and later) and the other 32-bit/64-bit for use on 10.6.  Also the Apple-supplied Python 2.6 in 10.6 is 32-bit/64-bit.  Otherwise, if you need 64-bit for earlier releases, you will need to look elsewhere.  For example, some of the third-party open source distributors for OS X like MacPorts support 64-bit builds of Python 2.6 and 3.1. Or you will need to build from scratch.
History
Date User Action Args
2010-11-04 21:04:35ned.deilysetrecipients: + ned.deily, loewis, Max.Skaller
2010-11-04 21:04:35ned.deilysetmessageid: <1288904675.83.0.327960891463.issue10243@psf.upfronthosting.co.za>
2010-11-04 21:04:34ned.deilylinkissue10243 messages
2010-11-04 21:04:34ned.deilycreate