Re: I've found a bug.
Jean-Paul Calderone <[email protected]> Mon, 18 Feb 2008 20:32:15 -0500
| Newsgroups | gmane.comp.python.quotient.dev |
|---|---|
| Message-ID | <20080219013215.6859.1567585824.divmod.quotient.10621@ohm> |
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