On Tue, 2 May 2017 19:14:45 -0700 (PDT) tscv11 <[email protected]> wrote:
> ImportError: No module named 'lxml' > loadOnePlugin: can not load enabled plugin: leo.plugins.xml_edit Ah, you need to install lxml, which is backed by a C library. In Ubuntu, sudo apt install python-lxml or sudo apt install python3-lxml as appropriate. For windows, pip install lxml I guess... haven't tried in Windows. 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.
