hm... is there some difference between the bbb.py on alpha3 and beta1? i'm trying to convert that dtmlExamples export.bbe as well and first off i don't see an -x switch and secondly i am getting an error message: [root@diesel utilities]# python bbb.py -f export.zexp export.bbe Corrupted data record at 9 Traceback (innermost last): File "bbb.py", line 409, in ? _read_and_report(file, rpt, fromEnd, both, n, show) File "bbb.py", line 218, in _read_and_report rpt(None, None, None, None, None, None, None, None, None) File "/usr/src/Zope-2.0.0a3-src/utilities/FS.py", line 110, in rpt self.tpc_finish() File "/usr/src/Zope-2.0.0a3-src/utilities/FS.py", line 173, in tpc_finish id=self._serial AttributeError: _serial not sure what's happening here :( Jens Vagelpohl
-----Original Message----- From: jim@zope.org [mailto:jim@zope.org]On Behalf Of Jim Fulton Sent: Sunday, July 25, 1999 08:21 To: Joe Grace Cc: zope@zope.org Subject: Re: [Zope] Q: Zope2 version of "Contributions/DTML Example Folder"?
Joe Grace wrote:
Hi,
I'm interested in coming up to speed with DTML and noticed a useful looking "DTML Example Folder". Unfortunately, Zope2 won't let me import the "export.bbe" file (I tried via the export/import management tab).
Does anyone have a Zope2 ready version of that file or a pointer on how to import it?
You need to convert it to Zope 2 export format. If you have Zope 2 beta 1, you can use the utilities/bbb.py script to do this:
python utilities/bbb.py -x -f export.zexp export.bbe
Jim
-- Jim Fulton mailto:jim@digicool.com Technical Director (888) 344-4332 Python Powered! Digital Creations http://www.digicool.com http://www.python.org
Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(To receive general Zope announcements, see: http://www.zope.org/mailman/listinfo/zope-announce
For developer-specific issues, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )