I\'ve spent several hours trying to install MySQLdb (the Python library) on Mac OS X Snow Leopard. I\'m using these instructions from SO. I keep getting an error, so I\'ve t
You can also force python to run in 32bit mode:
defaults write com.apple.versioner.python Prefer-32-Bit -bool yes