Am Freitag, 6. Juli 2007 03:14 schrieb Matt Bowen: > Stephan and Hermann, > maximum recursion depth exceeded
That is a good hint, so you're recursively calling something. > > /opt/zope/zope-3.4.0a1 > > /lib/python/zope/tal/talinterpreter.py(379)do_startEndTag() > -> self.do_startTag(stuff, self.endsep, self.endlen) I think I once had this, too, some time ago. The reason was something like calling a function from the template, that again rendered the template, calling the function again and so on, resulting in an endless recursion. Best Regards, Hermann -- [EMAIL PROTECTED] GPG key ID: 299893C7 (on keyservers) FP: 0124 2584 8809 EF2A DBF9 4902 64B4 D16B 2998 93C7 _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users