On Sat, 28 Oct 2017 19:15:17 -0700 (PDT) lewis <[email protected]> wrote:
> Hi Terry, > > I installed markdown using pip. > > When I run 'edit-pane-test-open' I still this message even though > pandownview.py and vanillascintilla.py are in the leo\core\editpane > folder: > > LEP: __init__ LEP > LEP: Loaded module: plaintextedit > LEP: Loaded module: plaintextview > LEP: Loaded module: __init__ > LEP: Loaded module: editpane > LEP: Loaded module: leotextedit > LEP: Loaded module: markdownview > LEP: Failed to load module: pandownview > > LEP: Failed to load module: vanillascintilla > cannot import name 'Qsci' Thanks for the Attribute error report, I think I've fixed that. The errors above are a bit misleading, the modules can't be loaded because dependencies are missing. markdownview and pandownview are alternatives to each other, although you can have both active at once. pandownview will only work if `pandoc` is on the executable path as seen by Leo, and vanillascintilla requires QScintilla be installed. Cheers -Terry -- 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
