|
From: Jens V. <je...@zo...> - 2002-01-03 02:42:25
|
it looks like your python came as part of a zope binary. those may not=20= include all necessary header files. i suggest you get a separate "real" python install and use the zope = source=20 distribution instead. jens On Wednesday, January 2, 2002, at 09:16 , Peeyush Garg wrote: > Hi, > =A0 > I get the following error message while doing a 'make'. > =A0 > In file included from = /home/zope/zope250b2/include/python2.1/Python.h:54, > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from = Modules/common.h:27, > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 from = Modules/LDAPObject.c:10: > /home/zope/zope250b2/include/python2.1/pyport.h:4:46: config.h: No = such=20 > file or directory > error: command 'gcc' failed with exit status 1 > As I understand the problem is with the file config.h. It simply = doesn't=20 > exist in th Python2.1 include directory. But it is referenced in = Python.h. > Am I having some files missing in my python installation?? > Any thoughts... > =A0 > Thanks, > Peeyush. |