It looks like this change against Mapnik trunk solves the issue:
Index: bindings/python/python_cairo.cpp
===================================================================
--- bindings/python/python_cairo.cpp (revision 1277)
+++ bindings/python/python_cairo.cpp (working copy)
@@ -57,6 +57,8 @@
void register_cairo()
{
Pycairo_IMPORT;
+
+ if (Pycairo_CAPI == NULL) return;
boost::python::converter::registry::insert(&extract_surface,
boost::python::type_id<PycairoSurface>());
boost::python::converter::registry::insert(&extract_context,
boost::python::type_id<PycairoContext>());
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org