The key portion of the traceback is:

On Wed, Sep 1, 2010 at 8:04 AM, JimL <[email protected]> wrote:

>  [Errno 13] Permission denied:
> '/usr/local/Plone/zeocluster/var/.python-eggs'
>
> The Python egg cache directory is currently set to:
>
>  /usr/local/Plone/zeocluster/var/.python-eggs
>
> Perhaps your account does not have write access to this directory?  You can
> change the cache directory by setting the PYTHON_EGG_CACHE environment
> variable to point to an accessible directory.
>

This is happening because an egg is in a zip format, and python needs a
place to decompress it.

Fix this by editing your buildout.cfg file and adding to your
client/instance parts (the ones using recipe = plone.recipe.zope2instance) an
assignment like:

environment-vars =
    PYTHON_EGG_CACHE ${buildout:directory}/var/egg-cache

Don't forget to run bin/buildout to make the actual changes.
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to