[Zope-dev] AW: Zope-Dev -- confirmation of subscription -- request 652066

2002-05-14 Thread Eddie Moench
confirm 652066 ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/

[Zope-dev] getitem in python script

2002-05-14 Thread Eddie Moench
is there a possibility to use the getitem method in python scripts?   My concrete problem is as follows: I have a parameter – say folder – as input and just want to jump into that folder: the script:   return container.getitem(‘folder’).id   does not work! Has anyone a solution?  

[Zope-dev] Zope 3 Installation

2002-06-03 Thread Eddie Moench
Can someone tell me, how to get the Zope 3 (from the CVS) up and running? After correcting the verify-import (there was a case-problem), I get the error message "cannot import name Interface" by the command "from Interface import Interface" - which is called by many scripts. Does anyone had the s