Python-MySQLdb module for Python 2.7.2 and MySQL 5.6.10 -


i have python 2.7.2 running in mac os x 10.8.3 , mysql 5.6.10, there easy way of installing mysqldb module python?

i tried macports py27-mysqldb installed everything: python, mysql , mysqldb module, want install module.

thanks

another option using pip :

pip install mysql-python 

Comments