Re: [SQLObject] Overriding init

2007-05-07 Thread Christopher Singley
Thanks for the quick response. >Are you sure it is really an endless loop? At this point, I'm working with a test database that has only 17 ChartAccount objects. After 10 minutes, it seems reasonable to conclude that the loop will never complete. Another piece of information: calling Char

Re: [SQLObject] Overriding init

2007-05-07 Thread Oleg Broytmann
On Mon, May 07, 2007 at 08:44:00AM -0500, Christopher Singley wrote: > endless loop. Are you sure it is really an endless loop? > for child in self.children: Every time you loop over .children SQLObject calls children._init() for every children which in turn draws grandchildr