[ZODB-Dev] Problems with Plone 3.3.5 + RelStorage + fss
Shane Hathaway
shane at hathawaymix.org
Thu Apr 15 20:40:41 EDT 2010
On 04/15/2010 06:21 PM, Noe Misael Nieto Arroyo wrote:
>> $ 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",
Oh, I see... your buildout is using ZODB 3.10. That version is not
compatible with Plone 3. You need "ZODB3 = 3.7.3-polling" in your
[versions] section, and you need to uncomment the line that adds
packages.willowrise.org to the available indexes.
Shane
More information about the ZODB-Dev
mailing list