[Zope-dev] Zope 2 import

Brian Hooper brian@garage.co.jp
Fri, 10 Sep 1999 12:44:58 +0900


Hi Anderson,

You need to convert your export file from Zope 1 format to Zope 2
format.  There's a utility in the utilities/ folder of your Zope 2
installation, bbb.py, which can be used to do this.

Assuming you have an export file foo.bbe in the utilities/ folder, you
could something like the following command at a prompt (from the
utilities/ folder):

Windows:
C:\Program Files\Zope\utilities> ..\bin\python bbb.py -x -f foo.zexp
foo.bbe

UNIX-en:
/usr/local/zope/utilities> ../bin/python bbb.py -x -f foo.zexp foo.bbe

Then just put the resulting foo.zexp file in the imports directory and
import away.

--Brian Hooper

"Anderson Ami" <a_ami@hotmail.com> wrote:

> dear friends
> 
>   I have a problem and I need your help.
>   I installed the Zope 2 and I have an aplication in my old Zope (1.10.3) 
> with the ZODBC 3. I try import the folder that I exported of old Zope, but I 
> can't, why ?
> 
> 
> thanks
> 
> anderson
> 
> 
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> _______________________________________________
> Zope-Dev maillist  -  Zope-Dev@zope.org
> http://www.zope.org/mailman/listinfo/zope-dev
> 
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
> 
> For non-developer, user-level issues, 
> zope@zope.org, http://www.zope.org/mailman/listinfo/zope )
>