On Thu, Oct 10, 2013 at 7:59 AM, Viktor Ransmayr <[email protected]>wrote:
> Hello everyone, > > I encountered a strange problem, when creating the HTML file from a rST > file via the rst3 command. > > Here is the log: > [ snip] > > ### VR: First invocation of 'rst3' > > stylesheet not found > ... > Traceback (most recent call last): > File "C:\Repositories\bzr\leo-editor\leo\core\leoRst.py", line 1899, in > writeToDocutils > result = docutils.core.publish_string(source=s, > AttributeError: 'module' object has no attribute 'core' > done > > ### VR: Second invocation of 'rst3' > > stylesheet not found > ... > The only thing that I did between the *first* and *second* invocation of the 'rst3' command was that I hit the F1 key to show the Leo help system ... > Any ideas what is going on here and how to resolve it? No, I don't docutils has a few glitches. Recently, it crashed when I mistakenly removed the toc file referenced in conf.py. One idea: remove the stylesheet not found message if you can. 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. For more options, visit https://groups.google.com/groups/opt_out.
