Robert Lowe wrote:
What would a valid code snippet look like that was using pygtk to load an image file?
Try:
pixbuf = gtk.gdk.pixbuf_new_from_file(imagefilename) John _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
