|
From: Peeyush G. <pee...@ka...> - 2002-01-03 02:45:53
|
That's correct. I installed it from a binary. Thanks a lot. But meanwhile, I created an empty config.h and it seems to work. Any problems expected in future because of this?? Peeyush. ----- Original Message ----- From: "Jens Vagelpohl" <je...@zo...> To: "Peeyush Garg" <pee...@ka...> Cc: <pyt...@li...> Sent: Wednesday, January 02, 2002 6:42 PM Subject: Re: Installation Problem it looks like your python came as part of a zope binary. those may not include all necessary header files. i suggest you get a separate "real" python install and use the zope source distribution instead. jens On Wednesday, January 2, 2002, at 09:16 , Peeyush Garg wrote: > Hi, > > I get the following error message while doing a 'make'. > > In file included from /home/zope/zope250b2/include/python2.1/Python.h:54, > from Modules/common.h:27, > from Modules/LDAPObject.c:10: > /home/zope/zope250b2/include/python2.1/pyport.h:4:46: config.h: No such > 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 > 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... > > Thanks, > Peeyush. |