schwerwiegender Fehler 'stdio.h' Python 2.7.3 unter Mac OS X 10.7.5

Mir wurde gesagt, dass diese Frage hier bei Stack Overflow (und nicht bei ServerFault) besser geeignet ist.

Also hier geht es:

Ich habe dieses seltsame Problem auf meinem Mac OS X 10.7.5

/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:33:10: fatal error: 'stdio.h' file not found

Was hat den obigen Fehler verursacht? Dieser Fehler hat mich abgehört und ich kann mysql-python nicht installieren, da ich bei diesem Schritt nicht weiterkomme.

Ich benutze Python 2.7.3. Dinge wie Google App Engine (Python), Python-Skript und Tornado funktionieren normalerweise auf meinem Mac. Aber nicht MySQL-Python.

Ich habe MySQL mit dem dmg-Image installiert und den mysql-Ordner nach / usr / local / kopiert.

Wie behebe ich das?

Ich habe auch versucht, den Befehl auszuführen:sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/ und als Installation von MySQL-Python durch Ausführensudo python setup.py install.

Erhielt aber folgendes:

running install
running bdist_egg
running egg_info
writing MySQL_python.egg-info/PKG-INFO
writing top-level names to MySQL_python.egg-info/top_level.txt
writing dependency_links to MySQL_python.egg-info/dependency_links.txt
writing MySQL_python.egg-info/PKG-INFO
writing top-level names to MySQL_python.egg-info/top_level.txt
writing dependency_links to MySQL_python.egg-info/dependency_links.txt
reading manifest file 'MySQL_python.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'MySQL_python.egg-info/SOURCES.txt'
installing library code to build/bdist.macosx-10.6-intel/egg
running install_lib
running build_py
copying MySQLdb/release.py -> build/lib.macosx-10.6-intel-2.7/MySQLdb
running build_ext
gcc-4.2 not found, using clang instead
building '_mysql' extension
clang -fno-strict-aliasing -fno-common -dynamic -g -O2 -DNDEBUG -g -O3 -Dversion_info=(1,2,4,'rc',5) -D__version__=1.2.4c1 -I/usr/local/mysql/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c _mysql.c -o build/temp.macosx-10.6-intel-2.7/_mysql.o -Os -g -fno-common -fno-strict-aliasing -arch x86_64
In file included from _mysql.c:29:
/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:33:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
         ^
1 error generated.
error: command 'clang' failed with exit status 1

Welche anderen Möglichkeiten kann ich es beheben?

Vielen Dank!

Freundliche Grüße.

Antworten auf die Frage(1)

Ihre Antwort auf die Frage