[pygtk] pixbuf binding to pygtk

2002-11-27 Thread Jean-Baptiste Cazier
Sæl ! Few days ago Evgeny proposed a solution to John for saving a window based on the Pixbuf. However I am not able to reproduce the solution: pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, 0, 8, width, height) Traceback (innermost last): File stdin, line 1, in ? AttributeError: gdk I do

Re: [pygtk] pixbuf binding to pygtk

2002-11-27 Thread Christian Reis
On Wed, Nov 27, 2002 at 11:55:09AM +, Jean-Baptiste Cazier wrote: Few days ago Evgeny proposed a solution to John for saving a window based on the Pixbuf. However I am not able to reproduce the solution: pixbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, 0, 8, width, height) Traceback