我也有“ …并且Python的链接标志是健全的……不:PYTHON已禁用”
在Ubuntu 10.04上,您必须安装“ python2.6-dev ”。./configure的标志是:
--enable-pythoninterp--with-python-config-dir=/usr/lib/python2.6/config
确保您有目录的路径,其中包含“ config.c ”文件。路径的末尾也没有’ / ‘!那给我带来了麻烦。

我也有“ …并且Python的链接标志是健全的……不:PYTHON已禁用”
在Ubuntu 10.04上,您必须安装“ python2.6-dev ”。./configure的标志是:
--enable-pythoninterp--with-python-config-dir=/usr/lib/python2.6/config
确保您有目录的路径,其中包含“ config.c ”文件。路径的末尾也没有’ / ‘!那给我带来了麻烦。