On tis, 2004-04-13 at 07:51 +0200, Benjamin Collar wrote: > Greetings > > I've written some *incorrect* code that causes python to segfault. Would this > be a python bug or a pygtk bug?
Well, it's a pygtk bug, but we've decided a long time ago that we're not going to fix it. Can't remember the bug # offhand. Just call the constructor of gtk.CellRendererText (or self.__gobject_init__()) in the constructor. -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
