I've Installed Sphinx using: easy_install -U Sphinx
When I try to run sphinx-quickstart i get the following:
Traceback (most recent call last):
File "/usr/local/bin/sphinx-quickstart", line 8, in <module>
load_entry_point('Sphinx==1.1.3', 'console_scripts',
'sphinx-quickstart')()
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py",
line 271, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py",
line 2174, in load_entry_point
return ep.load()
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/pkg_resources.py",
line 1907, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File
"/Library/Python/2.6/site-packages/Sphinx-1.1.3-py2.6.egg/sphinx/quickstart.py",
line 19, in <module>
from sphinx.util.osutil import make_filename
File
"/Library/Python/2.6/site-packages/Sphinx-1.1.3-py2.6.egg/sphinx/util/__init__.py",
line 25, in <module>
from docutils.utils import relative_path
File
"/Library/Python/2.6/site-packages/docutils-0.9.1-py2.6.egg/docutils/utils/__init__.py",
line 19, in <module>
from docutils.io import FileOutput
File
"/Library/Python/2.6/site-packages/docutils-0.9.1-py2.6.egg/docutils/io.py",
line 18, in <module>
from docutils.error_reporting import locale_encoding, ErrorString,
ErrorOutput
File
"/Library/Python/2.6/site-packages/docutils-0.9.1-py2.6.egg/docutils/error_reporting.py",
line 47, in <module>
locale_encoding = locale.getlocale()[1] or locale.getdefaultlocale()[1]
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/locale.py",
line 459, in getdefaultlocale
return _parse_localename(localename)
File
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/locale.py",
line 391, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
I don't know where to go from there so any help is wellcome.
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/sphinx-dev/-/a8Mx79QqAd0J.
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/sphinx-dev?hl=en.