From: Michael <mi...@st...> - 2002-01-03 11:32:17
|
Peeyush Garg wrote: > > From: "Jens Vagelpohl" <je...@zo...> > > > 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. > > 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?? Please follow Jens' advice! Get a full install of the Python interpreter with all header files necessary to build Python C extensions! Otherwise we python-ldap people have no chance to help you. (I'm glad that Jens mentioned the stripped binary Python interpreter of Zope since I have no idea about Zope-specific things). Ciao, Michael. |