You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Phil <pl...@gmail.com> on 2006/09/19 14:10:54 UTC

subversion python question....

I am trying to install the swig bindings for Subversion.

When I run 'make swig-py' from the top of the subversion tree I get the
following error:
./subversion/bindings/swig/python/svn_client.c:80:20: error: Python.h: No
such file or directory

Where is the make process trying to load the Python.h from?