py3cairo patch is committed upstream, this needs a new release and then we can apply the patch to pygobject.
** Bug watch added: GNOME Bug Tracker #667959 https://bugzilla.gnome.org/show_bug.cgi?id=667959 ** Also affects: pygobject via https://bugzilla.gnome.org/show_bug.cgi?id=667959 Importance: Unknown Status: Unknown ** Changed in: pygobject (Ubuntu) Status: New => Triaged ** Also affects: py3cairo (Ubuntu) Importance: Undecided Status: New ** Changed in: py3cairo (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to pygobject in Ubuntu. https://bugs.launchpad.net/bugs/1028115 Title: Gdk.cairo_region_create_from_surface() raises an error in GI Status in Python bindings for GObject: Unknown Status in “py3cairo” package in Ubuntu: Fix Committed Status in “pygobject” package in Ubuntu: Triaged Bug description: This happens on current 12.10 daily: >>> from gi.repository import Gdk >>> import cairo >>> surface = cairo.ImageSurface(0, 100, 100) >>> Gdk.cairo_region_create_from_surface(surface) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/dist-packages/gi/types.py", line 47, in function return info.invoke(*args, **kwargs) TypeError: Couldn't find conversion for foreign struct 'cairo.Region' Upstream has some additional info and a couple of patches for this: https://bugzilla.gnome.org/show_bug.cgi?id=667959 https://bugs.freedesktop.org/show_bug.cgi?id=44336 To manage notifications about this bug go to: https://bugs.launchpad.net/pygobject/+bug/1028115/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp

