Unable to install MySQL-Python Mac Mavericks Unable to install MySQL-Python Mac Mavericks flask flask

Unable to install MySQL-Python Mac Mavericks


Run the following before pip install...

export CFLAGS=-Qunused-argumentsexport CPPFLAGS=-Qunused-arguments


Ok, here's what I did:sudo CFLAGS=-Qunused-arguments CPPFLAGS=-Qunused-arguments python setup.py buildthen same thing, but 'install' instead of build