Re: Bookmarks pane disappears

2016-12-29 Thread lewis
Hi Terry, An update after switching from running Python 2.7.13/PyQt version 4.8.7 to the very latest Python 3.6.0/PyQt version 5.7.1 If I do a Right-click over splitter, no Load layout menu appears for previously saved layouts. *Leo Log WindowLeo 5.4, build 20161229051601, Thu Dec 29

Re: Bookmarks pane disappears

2016-12-27 Thread lewis
As requested here is the full log from loading another of my leo files, with messages about Unpickling errors: Leo Log Window Leo 5.4, build 20161226191821, Mon Dec 26 19:18:21 CST 2016 Git repo info: branch = master, commit = 0cf49992c997 Python 2.7.13, PyQt version 4.8.7 Windows 10 AMD64

Re: Bookmarks pane disappears

2016-12-27 Thread lewis
Ran alt-x clear-all-caches I thought this command would clear all caches. It only cleared the cache of the file currently open, on a per file basis. Output to log is *clearing cache at directory...C:\Users\lewis\.leo\db\workbook.leo_16f42a527a16b5a0203701b0b93b1da6clearing cache at

Re: Bookmarks pane disappears

2016-12-27 Thread Edward K. Ream
On Mon, Dec 26, 2016 at 8:30 PM, 'Terry Brown' via leo-editor < leo-editor@googlegroups.com> wrote: > > I think we were both basically on track, although the exact problem is > a bit simpler than Py 2/3 having different file paths or hashes thereof > for a particular file. It's this line: > >

Re: Bookmarks pane disappears

2016-12-26 Thread lewis
I can run Python 3 on the machine in question. It was only a temporary switch back to python 2, and that occurs infrequently. I leave it to you for an elegant simple solution :) Regards Lewis *On Tuesday, December 27, 2016 at 12:57:15 PM UTC+11, Terry Brown wrote:* > > > > > > *On Mon, 26 Dec

Re: Bookmarks pane disappears

2016-12-26 Thread 'Terry Brown' via leo-editor
On Mon, 26 Dec 2016 19:30:11 -0600 "'Terry Brown' via leo-editor" wrote: > But there's nothing that can be done to fix it retrospectively, Python > 2 can't depickle protocols higher than 2, But... we could write Python 3 code to recursively convert all the pickles

Re: Bookmarks pane disappears

2016-12-26 Thread 'Terry Brown' via leo-editor
On Mon, 26 Dec 2016 10:51:41 -0600 "'Terry Brown' via leo-editor" wrote: [snip] > I think I need to poke around a bit more to confirm that it is changes > in the association of c.db with the same outline between versions of > Python that's driving this problem, and

Re: Bookmarks pane disappears

2016-12-26 Thread 'Terry Brown' via leo-editor
On Mon, 26 Dec 2016 05:40:47 -0800 (PST) lewis wrote: > It isn't enough to Alt-X: bookmarks-show. The bookmarks reload in new > pane but if you close the leo file, you are prompted to save, and the > bookmarks settings are not saved. > The file reloads as if no changes

Re: Bookmarks pane disappears

2016-12-26 Thread lewis
It isn't enough to Alt-X: bookmarks-show. The bookmarks reload in new pane but if you close the leo file, you are prompted to save, and the bookmarks settings are not saved. The file reloads as if no changes had been made to the bookmarks. I found the best way is right-click 'Insert' (hover

Re: Bookmarks pane disappears

2016-12-25 Thread 'Terry Brown' via leo-editor
On Sun, 25 Dec 2016 13:55:56 -0800 (PST) lewis wrote: > Hi Terry, > > I recently switched from python 3.5.2/PyQt5 v5.7.0 to python > 2.7.13/PyQt4 and noticed that my bookmarks pane no longer displays. > Do I have to somehow reactivate the bookmark pane? Yes, if you

Bookmarks pane disappears

2016-12-25 Thread lewis
Hi Terry, I recently switched from python 3.5.2/PyQt5 v5.7.0 to python 2.7.13/PyQt4 and noticed that my bookmarks pane no longer displays. Do I have to somehow reactivate the bookmark pane? Regards Lewis *Leo Log WindowLeo 5.4, build 20161225051646, Sun Dec 25 05:16:46 EST 2016Git repo