Ok thats already fixed, i followed the next step
tango-ta:etc macbook$ sudo easy_install mercurial
Password:
Searching for mercurial
Best match: mercurial 1.3.1
mercurial 1.3.1 is already the active version in easy-install.pth
Using /Library/Python/2.5/site-packages
Processing dependencies for mercurial
Finished processing dependencies for mercurial
So i guess thats fine too, then the next step for fetch is
tango-ta:etc macbook$ hg clone -r release
https://go.googlecode.com/hg/
$GOROOT
Traceback (most recent call last):
File "/usr/local/bin/hg", line 27, in <module>
mercurial.dispatch.run()
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line
16, in run
sys.exit(dispatch(sys.argv[1:]))
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line
27, in dispatch
return _runcatch(u, args)
File "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line
144, in _runcatch
ui.warn(_("** unknown exception encountered, details follow\n"))
File "/Library/Python/2.5/site-packages/mercurial/i18n.py", line 43,
in gettext
return u.encode(encoding.encoding, "replace")
File "/Library/Python/2.5/site-packages/mercurial/demandimport.py",
line 75, in __getattribute__
self._load()
File "/Library/Python/2.5/site-packages/mercurial/demandimport.py",
line 47, in _load
mod = _origimport(head, globals, locals)
File "/Library/Python/2.5/site-packages/mercurial/encoding.py", line
20, in <module>
encoding = locale.getlocale()[1]
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/locale.py", line 460, in getlocale
return _parse_localename(localename)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/locale.py", line 373, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
This could be error occured. May be it is something to do with .bashrc
which i haven't touch anything yet. So how can this be helped.
Regards
Ta