Hello Ruben. It appears as though your distribution/python installation is missing the python Makefile. This is needed to build many different python modules, applications, and other add-ons. I suggest you find the Makefile in the appropriate package for you platform. You may need to reinstall python or install a python-devel -ish package to get the Makefile. Troy -- And the glory of the LORD shall be revealed, and all flesh shall see it together: for the mouth of the LORD hath spoken it. Isaiah 40.5 Ruben Decrop wrote:
I'm installing Zope on a Linuxbox with python 2.3 installed (lib directory /usr/lib/python2.3)
after running ./configure with no options, I get following error message when running make:
error: invalid Python installation: unable to open /usr/lib/python2.3/config/Makefile (No such file or directory) make: *** [build] Error 1
Any idea to solve this?
Ruben Decrop