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 grandchildren, etc. So it seems you are trying to draw the entire DB at once. Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss