2012-08-09 3 views
9

Ich installiere Meldung auf Mac OS mit Port.Meldung unter OS X 10.7 funktioniert nicht?

Es hat alle Abhängigkeiten heruntergeladen und gesagt, dass alles in Ordnung ist:

Staging meld into destroot 
Installing meld @1.5.3_0 
Activating meld @1.5.3_0 
Cleaning meld 
Updating database of binaries: 100.0% 
Scanning binaries for linking errors: 100.0% 
No broken files found. 

aber wenn ich laufe:

[18:28:24]~$ meld 

Traceback (jüngste Aufforderung zuletzt):

File "/opt/local/bin/meld", line 75, in <module> 

locale.setlocale(locale.LC_ALL,'') 

File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 539, in setlocale 

return _setlocale(category, locale) 

locale.Error: unsupported locale setting 

Was ist das Problem und wie man damit umgeht?

Antwort

17

Einstellung

export LANG=C; export LC_ALL=C 

das Problem behoben und meld laufen lassen.