On Tue, Dec 19, 2017 at 12:53 PM, allen chan <allen.michael.chan@xxxxxxxxx> wrote: > I went through the mailing list archives for the entire 2017. No one seems > to have issues compiling so i must be doing something stupid. > I am trying to write a python app to do sip testing. > > In file included from _pjsua.c:20:0: > > _pjsua.h:25:20: fatal error: Python.h: No such file or directory > > #include <Python.h> > > ^ The issues is obvious, your python headers are missing. You'll need to install either python-devel or python34-devel depending on the python version you wish to use. _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip@xxxxxxxxxxxxxxx http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org