Hi Jon,
I'm glad you're finding Hieroglyph useful, sorry that you've run into a bug.
I run the Hieroglyph tests on Sphinx 1.1.3, and Sphinx 1.2.2, so I
don't think it's related to the Sphinx version. Can you check what
version of docutils you have installed? docutils is the underlying
library used by Sphinx, and where the add_name method is defined.
Sphinx 1.2.2 only specifies docutils >= 0.7, which is semi ancient.
The development version of Sphinx has updated that to docutils >=
0.10. You can check what version you have installed by doing:
$ python
>>> import docutils
>>> docutils.__version__
'0.11'
If you have something less that 0.10, can you try upgrading? If you're
using pip or a virtualenv, you should be able to do that with
something like:
$ pip install -U docutils
If that fixes the problem, I'll update Hieroglyph to ensure that it
requires docutils >= 0.10.
Cheers,
NRY
> --
> You received this message because you are subscribed to the Google Groups
> "Hieroglyph Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
hieroglyph-use...@googlegroups.com.
> To post to this group, send email to
hierogly...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.