0

Windows用にmeldを構成しようとしています。ちょうど今、python 変数環境と次の手順を追加しました。

git config --global merge.tool meld
git config --global mergetool.meld.path /c/Users/andarno/Downloads/meld-1.5.2/bin/meld

しかし、変更をマージしようとすると、次のメッセージが表示されます。

Normal merge conflict for 'folder/script.js':
  {local}: modified file
  {remote}: modified file
Hit return to start merge resolution tool (meld):
Traceback (most recent call last):
  File "c:/Users/ben/Desktop/Meld/meld/bin/meld", line 98, in <module>
    libintl = cdll.intl
  File "c:\Python27\lib\ctypes\__init__.py", line 435, in __getattr__
    dll = self._dlltype(name)
  File "c:\Python27\lib\ctypes\__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
WindowsError: [Error 126] The specified module could not be found
folder/script.js seems unchanged.

エラーの理由がわかりません、誰か考えがありますか?

4

0 に答える 0