Re: [Zope3-Users] formlib problem

2006-06-01 Thread Stephan Richter
On Friday 14 April 2006 11:00, Stéphane Brault wrote:  I'm trying to use formlib but I get a problem :  Traceback (most recent call last):    File pyshell#103, line 1, in -toplevel-      print MyForm(None, request)()    File pyshell#100, line 6, in __call__      widgets =

Re : Re : [Zope3-Users] formlib problem

2006-04-19 Thread Stéphane Brault
must be missing something. Thanks, Stéphane - Message d'origine De : Stéphane Brault [EMAIL PROTECTED] À : zope3-users@zope.org Envoyé le : Mardi, 18 Avril 2006, 4h16mn 55s Objet : Re : [Zope3-Users] formlib problem Thanks Michael, There is indeed something missing

Re : [Zope3-Users] formlib problem

2006-04-19 Thread Stéphane Brault
can't figure it out. Thanks, Stéphane - Message d'origine De : Stéphane Brault [EMAIL PROTECTED] À : user-list zope zope3-users@zope.org Envoyé le : Mercredi, 19 Avril 2006, 4h05mn 07s Objet : Re : Re : [Zope3-Users] formlib problem Hi, when I use formlib the traditional way

Re: Re : [Zope3-Users] formlib problem

2006-04-19 Thread Jim Washington
Stéphane Brault wrote: Hi again, sorry to be a bore ;-) I keep on trying to use formlib, I no longer have a problem of adapters for my fields but I get this error: 2006-04-19T16:13:32 ERROR root C:\Python24\Lib\site-packages\zope\publisher\publish.py line 138 in publish = 'result =

Re: Re : Re : [Zope3-Users] formlib problem

2006-04-19 Thread Jim Washington
Stéphane Brault wrote: Hi Jim, the Items object is my object, linked to my items, table which implements the IItems interface I use for my form: from neteven.interfaces.items import IItems from zope.formlib import form class ItemsForm(form.EditForm): form_fields =

Re: FW: Re : Re : [Zope3-Users] formlib problem

2006-04-19 Thread Pete Taylor
have both working together, I must be missing something. Thanks, Stéphane - Message d'origine De : Stéphane Brault [EMAIL PROTECTED] À : zope3-users@zope.org Envoyé le : Mardi, 18 Avril 2006, 4h16mn 55s Objet : Re : [Zope3-Users] formlib problem Thanks Michael

Re: [Zope3-Users] formlib problem

2006-04-18 Thread Michael Howitz
Stéphane Brault wrote: Hi, I can't use formlib, when I run the example in the form.txt I get this error: Traceback (most recent call last): File pyshell#29, line 1, in -toplevel- print MyForm(None, request)() File pyshell#26, line 6, in __call__ widgets =

Re : [Zope3-Users] formlib problem

2006-04-18 Thread Stéphane Brault
, 3h40mn 16s Objet : Re: [Zope3-Users] formlib problem Stéphane Brault wrote: Hi, I can't use formlib, when I run the example in the form.txt I get this error: Traceback (most recent call last): File pyshell#29, line 1, in -toplevel- print MyForm(None, request)() File pyshell#26, line