On Tue, 2003-11-04 at 19:19, Brian wrote: > My attempt to compile scribus 1.1.2 stalls on this > > C -DPIC -o .libs/cmdutil.o > In file included from cmdutil.cpp:1: > cmdutil.h:4: Python.h: No such file or directory > make[5]: *** [cmdutil.lo] Error 1 > make[5]: Leaving directory > `/home/magpie/scribus-1.1.2/scribus/plugins/scriptplugin' > make[4]: *** [all-recursive] Error 1 > > Can anyone point me in the right direction ? Apt-get has quite a few > Python modules available for download. It is showing Python 2.2-166 as > being installed. > Brian > > Also noticed. > ./configure > checking for pthread_create in -lpthread... yes > checking for Python directory... /usr/local > checking for Python2.3... header no library no modules no > checking for Python2.2... header no library no modules /usr/lib/python2.2 > checking for Python2.1... header no library no modules no > checking for Python2.0... header no library no modules no > checking for Python1.5... header no library no modules no > checking cups/cups.h usability... no > You need the devel libaries, as well as the python executable.
Hope that helps, Peter
