On 2012-12-20 13:17:17, Tyler Hicks wrote:
In Ubuntu's current development release, the Python header files
have
been split up for multiarch reasons. /usr/include/python2.7/Python.h
includes pyconfig.h, which is in
/usr/include/x86_64-linux-gnu/python2.7/.
I'm not sure if this sort of a layout is going to become common or not
(I would assume not). But either way, using python-config in the
configure step seems to be the right thing to do.
Tyler