Meld used to work on my machine (openSuse Linux 13.1, Python 2.7.6) but after having trouble with Spyder (like it refusing to actually run any scripts), I uninstalled a large number of things, then slowly brought them back again.
Since then, meld does not work anymore. I keep getting this error message
> meld Cannot import: GTK+ No module named gi
I was able to solve that by installing gi:
> pip install gi
Now the error is replaced by:
> meld Cannot import: GTK+ No module named repository
... and here is a similar question where uninstalling gi
apparently helped? I'm confused. I did try uninstalling it again but that just brought me back to the previous error (duh!).
Any ideas?