[Bug 363065] Re: No plone-site in dropdown menu in the ZMI

Mikel Larreategi larreategi at eibar.org
Mon May 11 06:55:14 UTC 2009


Plone needs PIL installed and there is no python-imaging package version
in Ubuntu Jaunty for python2.4, that's the reason not to have "Plone
Site" in the ZMI. How to detect it:

1. Stop zope instance (through the ZMI -> Control Panel -> Shutdown)

2. Start the zope instance in the foreground:

  /var/lib/zope2.10/instance/bin/zopectl fg

You'll see a traceback saying there is no PIL installed.

How to fix it manually:

Download and install PIL:

$ cd /tmp
$ wget http://effbot.org/downloads/Imaging-1.1.6.tar.gz
$ tar xzf Imaging-1.1.6.tar.gz
$ cd Imaging-1.1.6
$ sudo python2.4 setup.py install

You can now start Zope and add a "Plone Site" through the ZMI.

-- 
No plone-site in dropdown menu in the ZMI
https://bugs.launchpad.net/bugs/363065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list