【发布时间】:2012-08-09 22:31:43
【问题描述】:
我正在使用端口在 Mac OS 上安装 meld。
它已经下载了所有依赖项并告诉一切正常:
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.
但是当我跑步时:
[18:28:24]~$ meld
Traceback(最近一次调用最后一次):
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
是什么问题以及如何处理?
【问题讨论】:
标签: macos installation diff port meld