[Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Henny van der Linde
Hi, I have the following constructor for an external product I build. def manage_addEba(dispatcher, id='eba', title='Title here',REQUEST=None): Add a Basis element to a folder. nEba=eba(id,title) dispatcher.Destination()._setObject(id, nEba) if REQUEST is not None:

Re: [Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Henny van der Linde (zettai)
- Original Message - From: Peter Bengtsson [EMAIL PROTECTED] To: Henny van der Linde [EMAIL PROTECTED] Cc: zope@zope.org Sent: Thursday, October 13, 2005 7:33 PM Subject: Re: [Zope] constructor product in Zope 2.8.1 Can you show us your __init__ stuff? Yes Here it is: from eba

Re: [Zope] Zope Projects in NL/Europe?

2001-01-02 Thread Henny van der Linde
iences of the Leiden University. Part of this system is an advanced webbased learning system. Thnx Jonathan regards, Henny van der Linde ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross po

Re: [Zope] trapping login errors/exceptions

2000-10-30 Thread Henny van der Linde
Hi, - Original Message - From: "Chris Withers" [EMAIL PROTECTED] To: "Henny van der Linde" [EMAIL PROTECTED] Cc: "Zope mailing list" [EMAIL PROTECTED] Sent: Monday, October 30, 2000 11:50 AM Subject: Re: [Zope] trapping login errors/exceptions Henny va

[Zope] problem installing login manager

2000-10-29 Thread Henny van der Linde
Hi,I just installed Zope 2.2.2 and tried to install the latest version of LoginManager.It failed:LoginManager Import TracebackTraceback (innermost last): File "C:\Program Files\WebSite22\lib\python\OFS\Application.py", line 397,in import_products product=__import__(pname, global_dict,

Re: [Zope] problem installing login manager/Zpatterns

2000-10-29 Thread Henny van der Linde
Hi, - Original Message - From: "Phil Harris" [EMAIL PROTECTED] To: "Henny van der Linde" [EMAIL PROTECTED]; "Zope mailing list" [EMAIL PROTECTED] Sent: Saturday, October 28, 2000 11:58 PM Subject: Re: [Zope] problem installing login manager Henny, You a

[Zope] problem installing login manager

2000-10-28 Thread Henny van der Linde
cts\ZPatterns\Rack.py", line 9, in ? from DataSkins import DataSkin File "C:\Program Files\WebSite22\lib\python\Products\ZPatterns\DataSkins.py", line 1, in ? from DynPersist import DynPersist ImportError: No module named DynPersist What 's happening? Thanks Henny van der

Re: [Zope] trapping login errors/exceptions

2000-10-27 Thread Henny van der Linde
Hi, Henny van der Linde wrote: In this construction the call to do_login always raises the exception Unauthorized instead of presenting the standard login screen. How do I trap login errors in an elegant way? You can't, with the standard Zope acl_users. IIUC, LoginManager allows

[Zope] trapping login errors/exceptions

2000-10-26 Thread Henny van der Linde
in an elegant way? Is there an elegant way to trap login errors resulting from an URL? URL link to a secured object, standard login screen presented, wrong input etc. Thanks Henny van der Linde ___ Zope maillist - [EMAIL PROTECTED] http

Re: [Zope] Am I getting the idea correctly?

2000-07-09 Thread Henny van der Linde
the thing in Fireworks (with slices), exporting from Fireworks to Dreamweaver. Then using the HTML result in Dreamweaver for designing/programming my DTML methods (copy/paste) Henny van der Linde Leiden University. ___ Zope maillist - [EMAIL PROTE

Re: [Zope] M$soft

2000-05-29 Thread Henny van der Linde
Hi, Henny, thanks for your answer. In fact, my problem is another thing. I have Zope works fine with PostgreSQL, I want to do the oposite direction, I want that the SQL-server send information to the PostgreSQL. After that Zope will have to access de SQL-server to input information. You