On Monday, October 30, 2017 at 8:47:26 AM UTC-5, Edward K. Ream wrote: Traceback (most recent call last): > File "c:\leo.repo\leo-editor\launchLeo.py", line 7, in <module> > import leo.core.runLeo > File "c:\leo.repo\leo-editor\leo\core\runLeo.py", line 26, in <module> > import leo.core.leoApp as leoApp > File "c:\leo.repo\leo-editor\leo\core\leoApp.py", line 31, in <module> > import leo.core.editpane.editpane # for the command creation side > effect > File "c:\leo.repo\leo-editor\leo\core\editpane\editpane.py", line 24, in > <module> > from clicky_splitter import ClickySplitter > ImportError: No module named 'clicky_splitter' > > Whoever the responsible person is, please fix this immediately. >
In the meantime, git checkout afdab27b02 will restore master to a usable state. 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.
