次の手順に従って Mac 用の TortoiseHg をインストールしようとしています: https://bitbucket.org/tortoisehg/thg/wiki/developers/MacOSX#!alternative-install-via-macports
「代替: Homebrew 経由でインストール」に関する指示に従おうとしていますが、問題があります。
./thg log
指示どおりに実行すると、TortoiseHg が起動します。ただし、Python スクリプトからアプリを作成しようとすると、アプリは作成されますが、起動するとクラッシュします。
出力は次のとおりです。
Traceback (most recent call last):
File "/Users/fabienhenon/Documents/thg-mac-app/dist/TortoiseHg.app/Contents/Resources/__boot__.py", line 316, in <module>
_run()
File "/Users/fabienhenon/Documents/thg-mac-app/dist/TortoiseHg.app/Contents/Resources/__boot__.py", line 311, in _run
exec(compile(source, path, 'exec'), globals(), globals())
File "/Users/fabienhenon/Documents/thg-mac-app/dist/TortoiseHg.app/Contents/Resources/main.py", line 28, in <module>
imp.load_source("thg", SCRIPT_DIR + "/bin/thg")
File "/Users/fabienhenon/Documents/thg-mac-app/dist/TortoiseHg.app/Contents/Resources/bin/thg", line 56, in <module>
from mercurial import demandimport
ImportError: No module named mercurial
2013-01-06 12:25:17.436 TortoiseHg[406:707] TortoiseHg Error
logout
[Opération terminée]
次hg --version
のように入力すると、次の出力が得られます。
Mercurial Distributed SCM (version 2.4.2+20130102)
(see http://mercurial.selenic.com for more information)
Copyright (C) 2005-2012 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
誰かがこの問題を手伝ってくれますか?
回答ありがとうございます