I installed the git merge-conflict resolution tool Meld using homebrew.
"brew install meld"
Following install, error thrown when attempting to fix a merge conflict. Running on OSX 10.9.4. Ideas?
Error in its entirety:
===================================
Couldn't bind the translation domain. Some translations won't work.
'module' object has no attribute 'bindtextdomain'
/usr/local/lib/python2.7/site-packages/gtk-2.0/gtk/init.py:57: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning)
/usr/local/Cellar/meld/1.8.6/libexec/bin/meld:155: GtkWarning: gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
Traceback (most recent call last): File "/usr/local/Cellar/meld/1.8.6/libexec/bin/meld", line 155, in gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
AttributeError: 'NoneType' object has no attribute 'append_search_path'
===================================