Re: [Zope3-Users] Astonishing Error: "Import Error: No module named interfacce"

2009-02-05 Thread Tim Cook
On Wed, 2009-02-04 at 23:53 +0100, Massimiliano della Rovere wrote: > After restarting the zope istance I receive the following error: > ImportError: No module named interfacce > > (from mabon.interfacce import IScheda) If you cpoy/pasted that error (and it looks the same in two places in your em

Re: [Zope3-Users] Astonishing Error: "Import Error: No module named interfacce"

2009-02-05 Thread Massimiliano della Rovere
On Thu, Feb 5, 2009 at 00:07, Stephan Richter wrote: > On Wednesday 04 February 2009, Massimiliano della Rovere wrote: >> Can you all help me, please? What could be the cause of such an error? > > I'd say it is a 99% probability that it is a circular import. Do you mean that mabon.browser.scheda.

Re: [Zope3-Users] Reusing Widgets

2009-02-05 Thread Christian Lück
Hi Tim, Tim Cook wrote: > If I have an interface (IDvText) and a class DvText (shown below). and > I want it to act exactly as a zope.schema Textline (with some additional > attributes) then is this correct and how do I (where do I find how to) > register/add to the TextLine widget? Apologies fo

Re: [Zope3-Users] Reusing Widgets

2009-02-05 Thread Carsten Senger
Hi Tim, Tim Cook schrieb: > If I have an interface (IDvText) and a class DvText (shown below). and > I want it to act exactly as a zope.schema Textline (with some additional > attributes) then is this correct and how do I (where do I find how to) > register/add to the TextLine widget? Apologies

Re: [Zope3-Users] Reusing Widgets

2009-02-05 Thread Tim Cook
Hi Christian, Thanks for the tips. On Thu, 2009-02-05 at 08:30 -0600, Christian Lück wrote: > But before, you should think about your schema again. It looks very > complicated to me. Many here and on the Grok list have suggested that I simplify the schema. However, the class and attribute n