python可以运行,但编译第三包遇到 python.h no such file or directory
这个问题是因为没有安装python-devel, 安装此包就可以解决次问题,在Linux下就可以看到 /usr/include/python2.6/Python.h
python可以运行,但编译第三包遇到 python.h no such file or directory
这个问题是因为没有安装python-devel, 安装此包就可以解决次问题,在Linux下就可以看到 /usr/include/python2.6/Python.h