I think meld needs python-2.4, because documentation states that
sorted() and set() built-ins are available since this version.
--
Vincent Legoll
Index: meld
===================================================================
--- meld (revision 1233)
+++ meld (working copy)
@@ -38,8 +38,8 @@
gettext.bindtextdomain("meld", paths.locale_dir())
gettext.textdomain("meld")
-# Check requirements: Python 2.3, pygtk 2.8
-pyver = (2,3)
+# Check requirements: Python 2.4, pygtk 2.8
+pyver = (2,4)
pygtkver = (2,8,0)
def missing_reqs(mod, ver):
_______________________________________________
meld-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/meld-list