Hi everybody, I'm working on a Plone 3.3.5 site with RelStorage and File System Storage (for some custom content types). However, I am not able to start Plone and I get a traceback:
$ bin/instance Traceback (most recent call last): ....... from ZODB.config import ZODBDatabase File "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/__init__.py", line 28, in ? from DB import DB, connection File "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/DB.py", line 29, in ? from ZODB.Connection import Connection File "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/Connection.py", line 34, in ? from ZODB.blob import Blob, rename_or_copy_blob, remove_committed_dir File "/app/buildout/eggs/ZODB3-3.10.0a1-py2.4-linux-x86_64.egg/ZODB/blob.py", line 39, in ? from zope.proxy.decorator import SpecificationDecoratorBase ImportError: No module named decorator The buildout.cfg that reproduces the traceback: [buildout] parts = zope2 productdistros instance # patch-zodb # fss zopepy extends = http://dist.plone.org/release/3.3.5/versions.cfg versions = versions find-links = http://dist.plone.org/release/3.3.5 http://dist.plone.org/thirdparty # http://packages.willowrise.org # Add additional eggs here eggs = #...System elementtree psycopg2 PILwoTK #...plone Plone RelStorage # iw.fss develop = zcml = # iw.fss # iw.fss-meta rel-storage = type postgresql dbname plone335_zodb user zope password zope host localhost [versions] plone.recipe.zope2instance = 3.6 [zope2] recipe = plone.recipe.zope2install fake-zope-eggs = true url = ${versions:zope2-url} [productdistros] recipe = plone.recipe.distros urls = nested-packages = version-suffix-packages = [instance] recipe = plone.recipe.zope2instance zope2-location = ${zope2:location} user = admin:admin http-address = 8080 #debug-mode = on #verbose-security = on eggs = ${buildout:eggs} zcml = ${buildout:zcml} products = ${buildout:directory}/products ${productdistros:location} [fss] recipe= iw.recipe.fss zope-instances = ${instance:location} storages = files / flat Any help will be appreciated!! Regards. -- Noe Nieto
_______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev