Re: [Zope3-Users] testing using placefulSetUp, zcml and events

2006-06-07 Thread Michael Howitz
Achim Domma wrote: Hi, I have a content object I want to set up in a IObjectCreatedEvent event handler. I want to use the interactive interpreter to play with this, but it looks like my configure.zcml is not parsed and executed if I use placefulSetUp. This is correct, placefulSetUp is used

Re: [Zope3-Users] execute script from as root user

2006-06-07 Thread Jonathan
- Original Message - From: Leticia Larrosa [EMAIL PROTECTED] To: zope3-users@zope.org Sent: Tuesday, June 06, 2006 11:49 PM Subject: [Zope3-Users] execute script from as root user Hi all I want generate a shell script and run it as root in the local system from a zope3

Re: [Zope3-Users] Form-based login utility

2006-06-07 Thread James Taylor
Miklos, It's also possible to just build your own login page, and associate it with a particular content object interface. I routinely build a simple Folder derivative for my own site like class SiteBase(Folder), so that it implements an interface that I can put a view in front of by letting my

[Zope3-Users] Re: IEndRequestEvent question

2006-06-07 Thread Philipp von Weitershausen
Florent Guillaume wrote: But the base one should really send an event there. How about adding a IAfterCall publication event? How about making the publication more event-y and less subclass-y in the first place? I think instead of calling various methods on the publication when we want things

Re: [Zope3-Users] Form-based login utility

2006-06-07 Thread Jegenye 2001 Bt (Miklós Prisznyák)
Thanks a lot indeed, Mats and Pete, both suggestions are fine. :) I think these would make a nice recipe at http://zope-cookbook.org Best, Miklós -- Miklós Prisznyák Principal Consultant, owner http://www.jegenye.com 2006/6/7, James Taylor [EMAIL PROTECTED]: Miklos,It's also possible to

[Zope3-Users] Problem with 3.3 beta1

2006-06-07 Thread Florian Lindner
Hello, my code works with svn, but not with beta1: File /home/xgmde/Zope3//lib/python/zope/component/_api.py, line 207, in getUtility raise ComponentLookupError(interface, name) ComponentLookupError: (InterfaceClass zope.app.intid.interfaces.IIntIds, '') The problem is clear but it should