Hi all, I'm building an application that generates itself dynamically depending on certain critiera (for reports) and I have all the widgets destroy themselves along with their parent boxes/hpanes/scrolled windows, etc. But, I receive this message when the app runs.....

(Liberty_Reports_copy2.py:511): Gtk-CRITICAL **: file gtkbox.c: line 373 (gtk_box_pack_start): assertion `child->parent == NULL' failed

The program works fine, it doesn't crash, but I need to get rid of this before it can ever be deployed. I don't understand what GTK is trying to say, am I destroying somethings parent before it and it doesn't like that or what? Any help would be greatly appreciated.

Chris

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to