Ned Deily <n...@acm.org> added the comment: 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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10243> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com