[pygtk] segmentation fault with gtk.Notebook
Gaetano Guerriero
gaetano.guerriero at spacespa.it
Wed Feb 11 01:48:47 WST 2009
Thanks for testing, I've tried with the same package version in
other distributions and indeed it works. It is a problem with
my distribution (sidux).
Bye,
gaetano
>
> Hi Gaetano,
>
> > import gtk
> >
> > window = gtk.Window()
> > box = gtk.HBox()
> > notebook = gtk.Notebook()
> > notebook.append_page(gtk.Label("!!!!!"))
> > box.add(notebook)
> > window.add(box)
> > window.show_all()
> > gtk.main()
>
> Your snippet works for me.
>
> cheers
> --
> Gian Mario Tagliaretti
> GNOME Foundation member
> gianmt at gnome.org
More information about the pygtk
mailing list