On 09/11/2014 05:21 PM, Whitmore, Mattie [USA] wrote: > Hi Volodya, > > Thank you for getting back to me is just a point to since this happens with any python version I use. > > I ran the gcc compile and got the following errors: > > ./boost/python/detail/wrap_python.hpp:50:23: error: pyconfig.h: No such file or directory Hi Mattie, this error message basically means you don't have Python headers installed. On my Ubuntu system, /usr/include/python2.7/pyconfig.h is part of the libpython2.7-dev package. You probably need to install that, or similar package. - Volodya _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build