Here are the steps for installing MySQL-python in Snow leopard:Untar downloaded Mysql-Python
cd [Mysql-Python path]
export PATH=/usr/local/mysql:$PATH
sudo ARCHFLAGS='-arch x86_64' python setup.py build
sudo ARCHFLAGS='-arch x86_64' python setup.py install
FYI: I have tested the installation in Python2.6.5
Enjoy