[Zope] Re: Upgrade woes: BTreeFolder --> BTreeFolder2

2007-05-06 Thread Laurence Rowe
Well, you're replicating what was going on in the browser, so you got the same results. Instead try: >>> del app.OrgDocumentLibrary['Documents'] You'll need to do a transaction.get().commit() to persist the changes. Note that by doing it this way you're catalogues won't get notified of the de

Re: [Zope] Upgrade woes: BTreeFolder --> BTreeFolder2

2007-05-06 Thread Ken Ara
Lawrence, As I ponder Dieter's solution I quickly tried yours... with the result as follows: >>> del app.OrgDocumentLibrary['Documents'] Traceback (most recent call last): File "", line 1, in ? AttributeError: __delitem__ >>> I'll get this eventually... Thanks Ken --- Laurence Rowe wrote: >

[Zope] Zope Tutorial not present in Add List

2007-05-06 Thread Craig Pettersen
Hi, I've just installed Zope on Windows XP (Zope 2.10.3-final, python 2.4.4, win32). According to the Zope Book (see quote below) there should be an option for me to choose 'Zope Tutorial' from the add list of the root Folder. The only problem is that 'Zope Tutorial' doesn't exist in my insta

Re: [Zope] Zope Tutorial not present in Add List

2007-05-06 Thread Andreas Jung
--On 6. Mai 2007 17:53:15 -0500 Craig Pettersen <[EMAIL PROTECTED]> wrote: Hi, I've just installed Zope on Windows XP (Zope 2.10.3-final, python 2.4.4, win32). According to the Zope Book (see quote below) there should be an option for me to choose 'Zope Tutorial' from the add list of th