Advertisement
Guest User

zeo_drop_cache_rather_verify error

a guest
Sep 6th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.08 KB | None | 0 0
  1. Installing instance1.
  2. While:
  3.   Installing instance1.
  4.  
  5. An internal error occurred due to a bug in either zc.buildout or in a
  6. recipe being used:
  7. Traceback (most recent call last):
  8.   File "/home/lb/workspace/project/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1805, in main
  9.     getattr(buildout, command)(args)
  10.   File "/home/lb/workspace/project/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 584, in install
  11.     installed_files = self[part]._call(recipe.install)
  12.   File "/home/lb/workspace/project/eggs/zc.buildout-1.5.2-py2.6.egg/zc/buildout/buildout.py", line 1297, in _call
  13.     return f()
  14.   File "/home/lb/workspace/project/eggs/plone.recipe.zope2instance-4.2.4-py2.6.egg/plone/recipe/zope2instance/__init__.py", line 105, in install
  15.     self.build_zope_conf()
  16.   File "/home/lb/workspace/project/eggs/plone.recipe.zope2instance-4.2.4-py2.6.egg/plone/recipe/zope2instance/__init__.py", line 444, in build_zope_conf
  17.     zeo_drop_cache_rather_verify = zeo_drop_cache_rather_verify,
  18. NameError: global name 'zeo_drop_cache_rather_verify' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement