On Feb 21, 4:35 pm, Largo84 <[email protected]> wrote: > I just installed v4.7 cc1 on a WinXP box with Python 2.6 and an > earlier version of Leo already installed. When I invoke the st3 > command I get the following error in the log pane: > > docutils not found > done > > I thought that rst (and the docutils engine) was built into the Leo > core and did not require the separate installation of docutils.
rst handling logic is now a part of the core (it used to be a plugin earlier). However, I think you have to install docutils yourself in order to use rst. A natural place for third-party stuff is the extensions directory in the source code tree of leo, and there is no docutils there. -- 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.
