Skip to content

Instantly share code, notes, and snippets.

@gorakhargosh
Created July 21, 2011 18:02
Show Gist options
  • Select an option

  • Save gorakhargosh/1097774 to your computer and use it in GitHub Desktop.

Select an option

Save gorakhargosh/1097774 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "bin/sphinx-build", line 19, in <module>
sphinx.main()
File "/Users/gorakhargosh/.buildout/eggs/Sphinx-1.0.7-py2.7.egg/sphinx/__init__.py", line 43, in main
from sphinx import cmdline
File "/Users/gorakhargosh/.buildout/eggs/Sphinx-1.0.7-py2.7.egg/sphinx/cmdline.py", line 18, in <module>
from docutils.utils import SystemMessage
File "/Users/gorakhargosh/.buildout/eggs/docutils-0.8-py2.7.egg/docutils/utils.py", line 18, in <module>
from docutils.error_reporting import ErrorOutput, SafeString
File "/Users/gorakhargosh/.buildout/eggs/docutils-0.8-py2.7.egg/docutils/error_reporting.py", line 47, in <module>
locale_encoding = locale.getlocale()[1] or locale.getdefaultlocale()[1]
File "/usr/local/Cellar/python/2.7.1/lib/python2.7/locale.py", line 496, in getdefaultlocale
return _parse_localename(localename)
File "/usr/local/Cellar/python/2.7.1/lib/python2.7/locale.py", line 428, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment