Re: [Zope3-dev] What's wrong with my configure.zcml?

2006-06-04 Thread Florian Lindner
Am Sonntag, 4. Juni 2006 12:44 schrieb [EMAIL PROTECTED]: > Hi Florian > > Change the default defined in the interface for the > layer attribute to: > > default=u'', > > instead of: > > default='', > > I guess there is a layer attribute somewhere > in a interface which looks something like: > > lay

RE: [Zope3-dev] What's wrong with my configure.zcml?

2006-06-04 Thread dev
Hi Florian Change the default defined in the interface for the layer attribute to: default=u'', instead of: default='', I guess there is a layer attribute somewhere in a interface which looks something like: layer = zope.schema.TextLine( title=_('Layer'), default=u'', ) Or not?

[Zope3-dev] What's wrong with my configure.zcml?

2006-06-04 Thread Florian Lindner
Hello, sorry for the post to the dev list but on the users list no one was able to help me and I got no idea what I can try My Zope3 (most recent SVN version gives that error on startup): [...] File "/home/florian/Zope3/src/zope/schema/_bootstrapfields.py", line 263, in _validate super