19 Aug
2008
19 Aug
'08
10:03 a.m.
Previously Chris Withers wrote:
Okay,
So I bumped into the ZODB3 3.9.0-dev-r77011 problem while trying to get going with zopeproject.
zopeproject created a buildout.cfg in my test project, so I thought I'd lock ZODB to 3.8.0 to prevent problems:
[buildout] develop = . parts = app test find-links = http://download.zope.org/distribution/ newest = false eggs-directory = C:\Zope\buildout-eggs
You are missing a line here: versions = versions Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.