Running latest Leo 5.5, build 20170721094758, Fri Jul 21 09:47:58 CDT 2017 Git repo info: branch = master, commit = a1043408d36f Python 3.6.2, PyQt version 5.9.1 Windows 10 AMD64 (build 10.0.15063) SP0 isPython3: True
Leo loads but my bookmarks aren't showing. Here is message in log pane: *read outline in 0.09 secondshook failed: after-create-leo-frame2, <bound method FreeLayoutController.loadLayouts of <leo.plugins.free_layout.FreeLayoutController object at 0x000001A572AAD4E0>>, <no module>Traceback (most recent call last): File "N:\git\leo-editor\leo\core\leoPlugins.py", line 341, in callTagHandler result = handler(tag, keywords) File "N:\git\leo-editor\leo\plugins\free_layout.py", line 241, in loadLayouts layout = d.get(name)AttributeError: 'NoneType' object has no attribute 'get'* If I then reload a bookmarks node and attempt to save the layout, python stops working, leo crashes. Here is the trace from console: *Traceback (most recent call last): File "N:\git\leo-editor\leo\plugins\nested_splitter.py", line 350, in cb splitter.context_cb(id_, index) File "N:\git\leo-editor\leo\plugins\nested_splitter.py", line 650, in context_cb provided = provider.ns_do_context(id_, self, index) File "N:\git\leo-editor\leo\plugins\free_layout.py", line 301, in ns_do_context d[name] = layoutTypeError: 'NoneType' object does not support item assignment* Regards Lewis -- 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.
