On Tue, 18 Oct 2011 05:08:08 -0700 (PDT)
"Edward K. Ream" <[email protected]> wrote:

> The script isn't working well for me.  It may be bad arguments, or
> problems with docutils.
> 
> Terry, could you check the script?  Does it work for you now?

Not currently, ignoring py 3.x for now, with 2.6 I get

  File "leo/doc/plugin_catalog.py", line 231, in make_document
    section += element.deepcopy()
  File 
"/usr/local/lib/python2.6/dist-packages/docutils-0.8-py2.6.egg/docutils/nodes.py",
 line 745, in deepcopy
    [snip]
    Element.__init__(self, '', *children, **attributes)
TypeError: __init__() got multiple values for keyword argument 'rawsource'

So docutils Element's deepcopy() method is failing, either because of
an invalid input, or a docutils bug, but I'm going to assume the former.

Is that what you're seeing?

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
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/leo-editor?hl=en.

Reply via email to