Fatal error: #include <stdio.h> generated after "pip install mysql-python" command -
like many people, having issues getting mysql , python work together. specs are: osx10.9.2 anaconda 1.9.1 python 2.7.2, although 2.5 , 2.6 appear included mysql 5.6.16 i have written python script try import mysqldb, or pymysql mysqldb, neither works. i read many of threads on stack overflow, , result tried $ export cflags=-qunused-arguments $ export cppflags=-qunused-arguments $ pip install mysql-python the results below. fatal error issued, can seen @ bottom of output. downloading/unpacking mysql-python downloading mysql-python-1.2.5.zip (108kb): 108kb downloaded running setup.py (path:/private/var/folders/lx/h7jq_qx92_j0n7plsjmr6wl40000gp/t/pip_build_vincent/mysql-python/setup.py) egg_info package mysql-python installing collected packages: mysql-python running setup.py install mysql-python building '_mysql' extension /usr/bin/clang -dndebug -g -fwrapv -o3 -wall -wstrict-prototypes -qunused-arguments -qunused-arguments -dversion_info=(1,2,5,...