Re: [Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Peter Bengtsson
> > Can you show us your __init__ stuff? > > Yes > > Here it is: > > from eba import eba > > > def initialize(context): > context.registerClass( > eba, > constructors = ( > eba.manage_addEbaForm, > eba.manage_addEba > ), > icon="www/eba.gif" > There's your problem! Is "eba" a folder or a file (ie.

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: 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? Y

Re: [Zope] constructor product in Zope 2.8.1

2005-10-13 Thread Peter Bengtsson
Can you show us your __init__ stuff? 2005/10/13, Henny van der Linde <[EMAIL PROTECTED]>: > 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=eb