Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Is Python 32-bit or 64-bit

I'm trying to determine if Python that ships with with OS 10.6.2 is 32-bit or 64-bit. From what I can tell the versions that came with my iMac are 10.6.2 are 2.5 and 2.6.

Any ideas? Thanks.

iMac Intel Core i7, Mac OS X (10.6.2), 20 Mbps Internet

Posted on Jan 14, 2010 4:36 PM

Reply
3 replies

Jan 14, 2010 8:30 PM in response to slferris

The following is from my Mac OS X 10.6.2 iMac

file /usr/bin/python
/usr/bin/python: Mach-O universal binary with 3 architectures
/usr/bin/python (for architecture x86_64): Mach-O 64-bit executable x86_64
/usr/bin/python (for architecture i386): Mach-O executable i386
/usr/bin/python (for architecture ppc7400): Mach-O executable ppc
python --version
Python 2.6.1

I would say python is a very Fat binary. It looks like it has PowerPC, 32 bit intel, and 64 bit intel binaries.

Is Python 32-bit or 64-bit

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.