I installed MySQL and Python with Homebrew on OS X 10.10.5 Yosemite. My Python 2.7 is at python -> ../Cellar/pyth
If encountered a problem with lacking of libmysqlclient.18.dylib:
download mysql 5.6 from official link: https://dev.mysql.com/downloads/mysql/
install it
in terminal - mdfind libmysqlclient | grep .18.
copy the output
sudo ln -s [the output from previous command] /usr/local/lib/libmysqlclient.18.dylib