Ottenere l'oggetto 'modulo' non ha alcuna combinazione 'bindtextdomain' per lanciare l'attacco

0

Ho appena fatto

 brew uninstall meld
 brew install meld

Il tentativo di usare la combinazione continua a dare lo stesso errore:

15:46:50/config $!8420
meld config.bernoulli.py config.py
Couldn't bind the translation domain. Some translations won't work.
'module' object has no attribute 'bindtextdomain'
/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/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 <module>
    gtk.icon_theme_get_default().append_search_path(meld.paths.icon_dir())
AttributeError: 'NoneType' object has no attribute 'append_search_path'
    
posta javadba 12.05.2015 - 00:49
fonte

1 risposta

1

Ho risolto il problema disinstallando / reinstallando tutte le versioni di tutto.

$ APPS=$(brew list) $ brew uninstall --force $APPS $ brew install $APPS

    
risposta data 20.05.2015 - 10:37
fonte

Leggi altre domande sui tag