我试图弄清楚如何在 C ( http://docs.python.org/extending/extending.html ) 中编译 Python 模块,但 Python.h 头文件似乎丢失了。
我已经安装了所有的 python 开发头文件(我有 Python-dev、python2.7-dev、python2.6-dev、python-all-dev),但是 gcc 仍然重新输入错误:
fatal error: Python.h: No such file or directory
compilation terminated.
知道我在哪里出错了吗?还有一个我需要为 Python.h 添加到 gcc 的参数(它是什么?)。