28 Aug
2003
28 Aug
'03
8:13 a.m.
Christian Tismer wrote:
Dear friends,
just by chance, I got into the position to try out Zope 2.7.0 beta 1/2, and since it needs Python 2.2.3 at least, and Stackless 3.0 was just ported to that, I tried to build Zope with Stackless 3.0.
It works very very well! After a few patches to get the includes right, here the installation instructions.
Get the current Stakless 3.0 beta.
CVSROOT=:pserver:anonymous@centera.de:/home/cvs export CVSROOT
cvs co stackless
cd stackless/src ./configure make # su if your weren't root make install
Then, install the Zope source, and make the same dance as usual.
This is very, very cool. I've been waiting for this quite a while... Romain.