On Sun, 30 Aug 2015 10:21:23 +0000, Takayuki Shimizukawa wrote:
Hi,

> 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.
> 

OK this is what I get:

>>> print(locale.__file__)
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/Sphinx/locale/__init__.py


So will Sphinx work as expected if I delete Sphinx/locale ?

-- 
Bill Bedford

"Man is an animal suspended in webs of significance he himself has spun"

                                                                                
      
-- Clifford Geertz

-- 
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