Python Meld在OSX 10.10上有错误

Python Meld在OSX 10.10上有错误,python,macos,osx-yosemite,meld,difftool,Python,Macos,Osx Yosemite,Meld,Difftool,我通过OSX上的自制软件安装了Meld 3.14.0(截至本文的当前版本)。每当我启动它时,它都会给我以下信息: Couldn't bind the translation domain. Some translations won't work. 'module' object has no attribute 'bindtextdomain' 2015-08-13 10:35:55.007 Python[2396:32534] *** WARNING: Method userSpaceSca

我通过OSX上的自制软件安装了Meld 3.14.0(截至本文的当前版本)。每当我启动它时,它都会给我以下信息:

Couldn't bind the translation domain. Some translations won't work.
'module' object has no attribute 'bindtextdomain'
2015-08-13 10:35:55.007 Python[2396:32534] *** WARNING: Method userSpaceScaleFactor in class
NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.
现在,它仍然启动,似乎工作正常。我可以查看文件的差异,这是我最关心的。但当我退出时,我会从命令行中看到Mac OSX对话框“Python意外退出”:

/usr/local/Cellar/git/2.4.6/libexec/git-core/mergetools/meld: line 1:  2396 Segmentation fault: 11  "$merge_tool_path" "$LOCAL" "$REMOTE"
编辑只有单击红色X关闭Meld时,我才会得到segfault。如果我通过cmd+Q退出Python(Meld打开时dock中显示的内容),它会干净地关闭

我使用的Meld版本是最新的,所以我很惊讶我找不到关于这个问题的更多信息。我的Python版本是2.7.10


还有其他人有这个问题吗?我担心,当我真的要进行合并和保存时,由于崩溃,我将无法进行合并和保存。

此产品错误现已修复,3.14.2版已使用
brew安装homebrew/gui/meld成功安装在OS X 10.11上。

将来,请使用产品问题跟踪器查找特定于产品的错误。StackOverflow不能替代问题跟踪器的使用


检查

我也遇到了问题。
3.14.2
已经在自制中了吗?运行
brew升级meld
时,我收到
错误:已安装homebrew/x11/meld 3.14.0。我以前运行过
brew更新