On 2011-11-06, Greg D wrote:
> Hi,

> I'm attempting to install tortoisehg-py27 on my Mac, using fink.  When
> I do, I get the following report.  Any suggestions re: what went
> wrong, and how to get it working, would be greatly appreciated.

...
> python2.7 ../sphinx-build.py -b latex -d _build/doctrees    . _build/
> latex

> Exception occurred:
>   File "/sw/src/fink.build/sphinx-py27-1.0.5-1/Sphinx-1.0.5/sphinx/
> writers/latex.py", line 105, in ExtBabel
>     _ISO639_TO_BABEL = Babel._ISO639_TO_BABEL.copy()
> AttributeError: type object 'Babel' has no attribute
> '_ISO639_TO_BABEL'

...

This is caused by an incompatibility between Sphinx and Docutils version
0.8. 

It is fixed in Docutils version 0.8.1 which should work with Sphix 1.0.8.
If possible, update both Docutils and Sphinx.
Downgrading the Docutils installation should solve the problem, too.

Günter

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to