Hi, I'm trying to follow the Building Guide for Mac, and not I'm struggling with Python: the configuration shell script can't find the Pyhon header files (python.h, ...).
... checking which python to use... compiling against MacOSX10.4u.sdk (python > version 2.3) > checking Python.h usability... no > checking Python.h presence... no > checking for Python.h... no > configure: error: Python headers not found I installed [mac]port python33, and switched to it, and I know where its headers folder is located. I tried to change configure file, but it keeps reseting so I can't change anything there (e.g. the PYTHON_CFLAG var). I wonder, would a ln -s from the system python version to the current release headers would help the configure script to find the headers, finally. Any help would be appreciated. Tal