Hi,

2015年8月30日(日) 18:39 Bill Bedford <[email protected]>:

>   File
>
> "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/gettext.py",
> line 112, in _expand_lang
>     loc = locale.normalize(loc)
> AttributeError: 'module' object has no attribute 'normalize'
> make: *** [html] Error 1
>

I guess your Python-3.4 environment has another 'locale' module instead of
python standard.
To check it, please run bellow code in your Python-3.4 interactive shell.:

>>> import locale
>>> print(locale.__file__)

If it indicate a path that is not a python standard library, it's a cause
of your error.

Regards,
--
Takayuki SHIMIZUKAWA
http://about.me/shimizukawa

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to