Crash when doing this: > gtk.cairo_image_surface_create (gtk.CAIRO_FORMAT_RGB24, 100, 100)
The reason is that lua-gtk calls cairo_surface_get_type() and obtains a type number which it then tries to use with GType related functions. This doesn't work, Cairo doesn't use GType. Fixed in CVS. Thanks, Wolfgang Oertl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

