How to build 64-bit Python on OS X 10.6 -- ONLY 64 bit, no Universal nonsense
- by ssteiner
I just want to build this on my development machine -- the binary install from Python.org is still 32 bits and installing extensions (MySQLdb, for example) is driving me nuts with trying to figure out the proper flags for each and every extension.
Clarification: I did NOT replace the system Python, I just installed the Python.org binary into its…