Created attachment 2797 Patch The /python/examples/ellipsizing.py example script in git master is no longer valid, since the exo.EllipsizedLabel object and PANGO_ELLIPSIZE_END enum has been removed from exo. I've created a patch that uses a gtk.Label instead of an exo.EllipsizedLabel, and uses "end" instead of PANGO_ELLIPSIZE_END, since that enum is not available in the python bindings.
Fixed in bc06b70. Thanks for the patch.