On Sat, Dec 16, 2017 at 2:55 PM, Matt Wilkie <[email protected]> wrote:
> Found it! The missing dependency is python-tk, which I needed to install > with apt. > > I discovered it by loading LeoPlugins.leo in graphical Leo, navigating to > @file > cursesGui2.py and using Ctrl-B, where I then received a Tk import error. > > Now this begs the question, is Python-tk actually required or is this just > layered in accidentally somehow? > It's required, at present. tk seems to be the recommended way of supporting cut/paste in python. Go figure... Rev d2ca3a0 prints a message if tk can not be loaded. 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
