Re: Bookmarks plugin - crashes saving layout

2017-08-01 Thread lewis
Console gui is working again with commit 8d3c368. Apologies for being slightly off topic :/ 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

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread lewis
Console gui doesn't run, here is console log: *launchleo.py --gui=console* *[snip]* *Found /help/replace TypeDict: None is not a valid key traverse,visitNode,doData,setcan not create curses gui.createDefaultGui: Leo requires Qt to be installed.Leo 5.5, build 20170731192022, пон,

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread lewis
All fixed. Thank you Vitalije. 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 leo-editor+unsubscr...@googlegroups.com. To post to this group, send

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 11:28:47 -0700 (PDT) vitalije wrote: > Is it necessary to have TZ set? If it needs to be UTC maybe it would > be better to use {date -u}. > > Vitalije Yes, `date -u` is better, just wasn't aware of it. Thanks. -- You received this message because

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
Is it necessary to have TZ set? If it needs to be UTC maybe it would be better to use {date -u}. Vitalije -- 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

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
I figured it out. It was enough just to insert a line: LC_ALL=en_US.utf-8 in commit-msg hook. The next commit will have English date in asctime field. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 10:24:22 -0700 (PDT) vitalije wrote: > Thanks. I have installed hooks now and made first commit/push. I hope > it worked now. > > It changed asctime to localized representation of time. I don't know > if it matters. > > Vitalije Ha, well, I think it

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
Thanks. I have installed hooks now and made first commit/push. I hope it worked now. It changed asctime to localized representation of time. I don't know if it matters. Vitalije -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 09:42:37 -0700 (PDT) vitalije wrote: > > > > > > > > As an aside, Vitalije, I see you don't have the git commit hooks > > > that update the build number for Leo - a1043408d36f is more > > > recent than 20170721094758. > > > > > > Cheers -Terry > > >

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
> > > > As an aside, Vitalije, I see you don't have the git commit hooks that > > update the build number for Leo - a1043408d36f is more recent than > > 20170721094758. > > > > Cheers -Terry > > > > I am not aware of this hooks. How can I install them? Vitalije -- You received this

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread vitalije
Fixed at dcc57b01f . Sorry for the inconvenience. It was my fault in implementing `__get_item__` of new cache object. It didn't raise KeyError for non existent keys, but rather was returning None. I

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 09:43:03 -0500 Terry Brown wrote: > On Mon, 31 Jul 2017 07:04:07 -0700 (PDT) > lewis wrote: > > > Running latest Leo 5.5, build 20170721094758, Fri Jul 21 09:47:58 > > CDT 2017 Git repo info: branch = master, commit =

Re: Bookmarks plugin - crashes saving layout

2017-07-31 Thread Terry Brown
On Mon, 31 Jul 2017 07:04:07 -0700 (PDT) lewis wrote: > 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 >

Bookmarks plugin - crashes saving layout

2017-07-31 Thread lewis
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: