2009/3/18 Edwin Vane <[email protected]>: > As per my recent postings to meld-list here's a patch that gets meld working > on my system (Ubuntu 8.04). In r1260, the 'glib' module is used to get the > function 'markup_escape_text()'. However, in my environment this module > doesn't exist and the function actually belongs to the 'gobject' module > (python-gobject package). Assuming r1260 works for most of the people on > current trunk this seems to indicate some sort of inconsistency in how this > function is packaged up. It might require a detection mechanism. > > Just a note, this patch is only a local fix and probably needs expanding to > work for others.
This patch works-for-me, so I've committed it. Looking at the pygobject history, it looks like this function was moved into the glib module relatively recently, and since gobject still works, we may as well go with that. Thanks for the patch. Kai _______________________________________________ meld-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/meld-list
