This post originated from an RSS feed registered with Python Buzz
by Baiju M.
Original Post: Zope3 first look
Feed Title: Programming life without Python(?)
Feed URL: http://baijum81.livejournal.com/data/rss
Feed Description: Programming life without Python(?)
First I tried to install zope3-lib_3.0.0-4_i386.deb but it shows dependency for python2.3-zopeinterface, then I installed python2.3-zopeinterface_3.0.0-4_i386.deb after that zope3-lib_3.0.0-4_i386.deb
(I had already installed Zope 2.7 )
To work Zope 3 for me, I did following things too:
1. Edited /usr/lib/zopex3/bin/mkzopeinstance replced python2.4 with python2.3
2. #cd /usr/lib/zopex3/zopeskel (I don't know, this is necessary or not) #python ../bin/mkzopeinstance -u baiju:password -d /tmp/zope3
3. Edited /tmp/zope3/etc/zope.conf (Changed ports to 70XX)