[ZODB-Dev] Problems with Plone 3.3.5 + RelStorage + fss

Shane Hathaway shane at hathawaymix.org
Thu Apr 15 20:34:30 EDT 2010


On 04/15/2010 06:21 PM, Noe Misael Nieto Arroyo wrote:
> 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

Does it do this if you comment out the rel-storage parameter?  I am 
guessing that your issue is not related to RelStorage, so you might as 
well simplify first.

Shane


More information about the ZODB-Dev mailing list