How to get repository for core-plot

Posted by Omar on Stack Overflow See other posts from Stack Overflow or by Omar
Published on 2009-07-08T12:16:56Z Indexed on 2010/05/05 15:28 UTC
Read the original article Hit count: 332

Filed under:
|
|
|
|

I am not able to get the repository for core-plot. What I am doing is that I am typing this in the terminal:

hg clone https://core-plot.googlecode.com/hg/ core-plot

and this is what I get:

Traceback (most recent call last):

File "/usr/local/bin/hg", line 25, in 
mercurial.util.set_binary(fp)

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/util.py", line 93, in 
    _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

I can't seem to get it to install. Please give me guidance on how to install the repository.

© Stack Overflow or respective owner

Related posts about mac

Related posts about mercurial