Trying to install Satchmo the quickstart way. http://www.satchmoproject.com/docs/svn/quickstart.html
running this command $ pip install -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt gives me: ------------------- Downloading/unpacking PyYAML (from -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt (line 5)) Running setup.py egg_info for package PyYAML Checking out django-signals-ahoy from hg+http://bitbucket.org/bkroeze/ django-signals-ahoy/#egg=django-signals-ahoy checkout from hg+http:// bitbucket.org/bkroeze/django-signals-ahoy/#egg=django-signals-ahoy (from -r http://bitbucket.org/chris1610/satchmo/raw/tip/scripts/requirements.txt (line 9)) Cloning hg http://bitbucket.org/bkroeze/django-signals-ahoy/ to ./ src/django-signals-ahoy Traceback (most recent call last): File "/usr/local/bin/hg", line 25, in <module> 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 <module> _encoding = locale.getlocale()[1] File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/locale.py", line 462, in getlocale return _parse_localename(localename) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ python2.5/locale.py", line 375, in _parse_localename raise ValueError, 'unknown locale: %s' % localename ValueError: unknown locale: UTF-8 Complete output from command hg clone -q http://bitbucket.org/bkroeze/django-signals-ahoy/ /Users/niels/src/src/django-signals-ahoy: --------------------------------------------- Some helpful tips? (i am running python 2.6) Thanks in advance, Niels -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
