Re: I've found a bug.
Eugene Chernyshov <[email protected]> Tue, 19 Feb 2008 04:11:01 +0200
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <[email protected]> |
Wow! Wait. No context? Mean, no slots, patterns and other stuff? And no data :(((( !!! This is not a sollution, sorry. I'm trying to render a TreeView control. It is very deep and mutable. So I have to use data, render sequence, pattern item and so on. Jean-Paul Calderone wrote: > On Tue, 19 Feb 2008 01:19:11 +0200, Eugene Chernyshov > <[email protected]> wrote: >> Hi all. >> Maybe it is kind of old bug, but it is extremely annoing me. I've got >> maximum recursion depth exceeded when I 've tried to build deep tree >> of rend.Fragment's. >> Please take a look on this simpliest script (in reality i have much >> more complicated page). > > If you make Border a subclass of nevow.page.Element this issue may go > away. You'll have to slightly change how you define render functions, > and neither data nor macro directives are support, but otherwise Element > is quite similar to Fragment. > > Jean-Paul > > _______________________________________________ > Divmod-dev mailing list > [email protected] > http://divmod.org/users/mailman.twistd/listinfo/divmod-dev > >