【问题标题】:meld on OS X 10.7 doesn't work?在 OS X 10.7 上融合不起作用?
【发布时间】: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


    【解决方案1】:

    设置

    export LANG=C; export LC_ALL=C
    

    修复了问题并让 meld 运行。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-05-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-09-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多