Re: leo stops working

2020-07-30 Thread GEOFFREY EVANS
Thanks Brian,    Sorry for the huge file.  There's nothing in it that I can recognize as the problem, but others will have more skill and knowledge ofthese areas. geoff (base) geoff:1567>python leo-editor-master/launchLeo.py Fatal Python error: Segmentation fault Current thread 0x7f2f26aa

Re: leo stops working

2020-07-30 Thread Edward K. Ream
On Wed, Jul 29, 2020 at 7:23 PM Brian Theado wrote: > Geoff > > On Tue, Jul 28, 2020 at 3:44 PM Geoff Evans > wrote: > >> < pip install leo > appeared to work (once I banished all the 5.9 stuff >> to a directory outside anaconda), but when I tried to run leo: >> >> (base) geoff:1520>leo mbr.le

Re: vs code plugin: git graph

2020-07-30 Thread Edward K. Ream
On Wed, Jul 29, 2020 at 10:24 PM Félix wrote: > It's suggested to (and easy once you're familiar with the api,) add buttons into other extension's (or default) views and panels, I didn't know that was possible. That's a way cool feature. > I'm going to try it out and correct myself if needed!

Re: leo stops working

2020-07-30 Thread Brian Theado
Based on your output, it looks like you are still stuck with your original problem. It is crashing while trying to load the meta package. Since it is the livecode.py plugin which is using that package, you could just launch leo without any plugins (--no-plugins command line option) and then disable

Re: leo stops working

2020-07-30 Thread GEOFFREY EVANS
Thanks Brian, that seems to work: at least Leo starts now.   If I've got this right, "disable the livecode.py plugin" means comment out that line in myLeoSettings.leo? geoff On Thursday, July 30, 2020, 3:40:02 p.m. NDT, Brian Theado wrote: Based on your output, it looks like you ar

Re: leo stops working

2020-07-30 Thread GEOFFREY EVANS
More experiments: python>>> import metadoesn't complain;  but leo won't run when I comment out livecode.py in myLeoSettings.leoI can probably live without the plugins, though it would be nice to understand what's still going wrong. geoff On Thursday, July 30, 2020, 3:40:02 p.m. NDT

Re: leo stops working

2020-07-30 Thread Thomas Passin
Some of the plugins are awfully handy to have. If you have the patience, you could comment out all the plugins except one at a time until you find one that causes your problem. On Thursday, July 30, 2020 at 3:55:57 PM UTC-4, Geoff Evans wrote: > > More experiments: > python > >>> impor