Hello! Thanks a lot for your answer. In fact, I did everything exactly how it's written in the INSTALL.txt file. I've done the configure, then make. Here is the output of make: stelu@laptop Zope-2.7.0 $ make "/usr/bin/python" "/home/stelu/Kits/Zope-2.7.0/setup.py" \ build --build-base="/home/stelu/Kits/Zope-2.7.0/build-base/python-2.3" --build-lib="/home/stelu/Kits/Zope-2.7.0/build-base/python-2.3/build-lib" --build-scripts="/home/stelu/Kits/Zope-2.7.0/build-base/python-2.3/build-scripts" --build-temp="/home/stelu/Kits/Zope-2.7.0/build-base/python-2.3/build-temp" running build running build_py running build_ext running build running build_py running build running build_scripts Zope built. Next, do 'make install' (or 'make instance' to run a Zope instance directly from the build directory). I remember that when I've installed Zope (same version) on my server (which has Mandrake 9.2 and Python 2.3), in the make step it compiled also some C stuff. However, here this seems not to happen. I am missing something here and I cannot seem to figure out what. Thanks again! -- Stelian Iancu steliani@cytanet.com.cy On Saturday 20 March 2004 20:13, Dieter Maurer wrote:
Stelian Iancu wrote at 2004-3-19 23:58 +0000:
Today I've installed Zope 2.7.0 in Gentoo from source. Then I've created an instance, and now, when I try to start it, it gives me the following error: ... File "/opt/Zope-2.7/lib/python/DocumentTemplate/DT_String.py", line 474, in __call__ try: result = render_blocks(self._v_blocks, md) File "/opt/Zope-2.7/lib/python/DocumentTemplate/pDocumentTemplate.py", line 202, in render_blocks
What are you doing in "pDocumentTemplate"? You should use "cDocumentTemplate".
Maybe, you forgot some installation step that would compile or install Zope's C extensions.