26 Jul
1999
26 Jul
'99
10:56 p.m.
Chad McDaniel wrote:
I tried to use the bbb.py in the Zope2b1 by exporting the Quickstart from Zope1 and trying to convert it to ZODB3: --- ~/work/Zope-2.0.0b1-src/utilities % python bbb.py -f foo.fs ../../QuickStart.bbe
If the input file is a ZODB2 export format file, you must specify the '-x' option. By default, bbb.py expects whole ZODB2 databases, not exported chunks. This is documented if you run bbb.py with no arguments. -Michel