On Sun, Mar 30, 2003 at 12:30:49PM -0500, Metnetsky wrote: > I tried the above code and some variations on the theme but the Python > interpreter keeps returning "AttributeError: 'gtk.gdk.Pixbuf' object has > no attribute 'save'". Any suggestions? I looked through the > documentation, but it definitely lacks something to be desired.
You've got an old version of PyGTK-2. save() was added on 2002-11-16 by James, so it seems to have been included in 1.99.14. What version do you have? At any rate, you should be using the latest release, which is *much* better. Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
