Workaround: Download zope 2.10.4-final, build it and install over the Ubuntu package.
$ sudo apt-get install python2.4-dev $ wget http://www.zope.org/Products/Zope/2.10.4/Zope-2.10.4-final.tgz $ tar -xzf Zope-2.10.4-final.tgz $ cd Zope-2.10.4-final $ ./configure --prefix=/usr/lib/zope.210 $ make $ sudo make install $ sudo dzhandle -z2.10 make-instance <your_instance> -m all $ sudo /etc/init.d/zope2.10 start Now navigate to http://localhost:9673/Control_Panel/manage_workspace (assuming you are working on localhost - if not, set the path appropriate to your installation) and you should something like this: Zope Version (Zope 2.10.4-final, python 2.4.4, linux2) Python Version 2.4.4 (#2, Aug 16 2007, 13:13:55) [GCC 4.1.3 20070812 (prerelease) (Ubuntu 4.1.2-15ubuntu2)] System Platform linux2 SOFTWARE_HOME /usr/lib/zope2.10/lib/python ZOPE_HOME /usr/lib/zope2.10 INSTANCE_HOME /var/lib/zope2.10/instance/your_instance CLIENT_HOME /var/lib/zope2.10/instance/your_instance/var Network Services ZServer.HTTPServer.zhttp_server (Port: 9673) -- Update to 2.10.4 to support Plone 3 and others https://bugs.launchpad.net/bugs/138772 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
