[Zope3-Users] Re: Annoying thing about schema

2008-06-05 Thread Philipp von Weitershausen
Peter Bengtsson wrote: Suppose you've written this: class ISomething(zope.interface.Interface): foo = zope.schema.TextLine(title=Foo) then you get the error below. First of all, why can't it just help me and just convert the str to a unicode. All it'd need to do is just:: title =

Re: [Zope3-Users] Re: Annoying thing about schema

2008-06-05 Thread Peter Bengtsson
2008/6/5 Philipp von Weitershausen [EMAIL PROTECTED]: Peter Bengtsson wrote: Suppose you've written this: class ISomething(zope.interface.Interface): foo = zope.schema.TextLine(title=Foo) then you get the error below. First of all, why can't it just help me and just convert the str to

Re: [Zope3-Users] Re: Annoying thing about schema

2008-06-05 Thread Philipp von Weitershausen
On 5 Jun 2008, at 11:53 , Peter Bengtsson wrote: 2008/6/5 Philipp von Weitershausen [EMAIL PROTECTED]: Peter Bengtsson wrote: Suppose you've written this: class ISomething(zope.interface.Interface): foo = zope.schema.TextLine(title=Foo) then you get the error below. First of all, why