Bug#633769: python-gtk2: crashes as soon as a call to set_events is done

2012-09-30 Thread Fabien Givors (Debian packages)
Hi, Apparently, this is not a bug. - It's not specific to this package since it can be reproduced with the following C code: --- #include #include int main(int argc, char* argv[]) { gtk_init(&argc, &argv); GdkWindow* rootwin = gdk_get_de

Bug#633769: python-gtk2: crashes as soon as a call to set_events is done

2011-07-13 Thread Nicolas Évrard
Package: python-gtk2 Version: 2.24.0-2 Severity: normal Please see the following transcript of a python session: mnms:~% python Python 2.6.7 (r267:88850, Jul 10 2011, 08:11:54) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk >>> rootwin