On 2 June 2014 22:41, Yacov <[email protected]> wrote: > Hi, > > > could you please list the steps to run meld on linux? > > I have downloaded the 1.8.5 meld version, but I am not sure how to use it. > > I opened the tar.xz file and try to run the meld file in the path - > bin/meld. > > As I understand this is a python script. > > I get this error when trying to run it: > 14:31:34<75> python ./meld-1.8.5/bin/meld > File "./meld-1.8.5/bin/meld", line 104 > except AttributeError as e: > ^ > SyntaxError: invalid syntax >
Meld 1.8.x requires Python 2.6, but it looks like you're using Python 2.5 or earlier. cheers, Kai
_______________________________________________ meld-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/meld-list
