[Zope] problem with bbb.py

Michel Pelletier michel@digicool.com
Mon, 26 Jul 1999 18:56:33 -0400


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