tis 2004-04-13 klockan 07.51 skrev Benjamin Collar: > Greetings > > I've written some *incorrect* code that causes python to segfault. Would this > be a python bug or a pygtk bug?
Actually this is your bug. It's discussed in http://bugzilla.gnome.org/show_bug.cgi?id=96658 which was closed as WONTFIX. The solution is to remove the empty constructor or add self.__gobject_init__() -- 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/
