On Sat, Apr 20, 2013 at 11:09 AM, Viktor Ransmayr <[email protected]
> wrote:

> Hello everyone,
>
> Creating my weekly HTML-log based on daily @rst nodes returns the
> following tracebacks:
>
>
> Python 3.2.2, qt version 4.8.0
>

For now, leo/extensions/docutils will compiler properly only on Python 2.6
& 2.7. I'm working on it, but it's an unexpected tricky problem because of
several issues related to unicode.

The good news is that leo/extensions/docutils now passes all expected unit
tests for Python 2.x.

The workaround should be simple: install an official version of docutils in
your Python 3.x site-packages folder.  On windows, the way to do this is as
follows:

- unpack docutils to a temp folder, say T
- cd T/docutils-0.10
- python3 setup.py build (**not** setup.py install)
- cd build/lib
- 2to3 docutils --write
- copy build/lib/docutils to your Python 3.x site-packages folder.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" 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/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to