Re: Installation on MacOS (10.10)

2018-08-05 Thread Brian Theado
matelot, Can you try to run python and manually run some import statements? The leo code currently suppresses the details of PyQt import errors. Hopefully manually running the imports will give those suppressed details. Here's what I mean (using the setup from

Installation on MacOS (10.10)

2018-08-05 Thread matelot
hi *how exactly should one install on MacOS ?* I followed the guide on the conda section. but has error when running leo: https://paste.ubuntu.com/p/HcVJyCNj7f/ should I follow this part instead ?

Re: pyflakes complaints about leoDataModel.py

2018-08-05 Thread Edward K. Ream
On Sun, Aug 5, 2018 at 6:33 AM, vitalije wrote: > Thanks for the report. > > The cleaning phase of the code has not yet started. There are unused > functions, methods, and variables. > I don't think it is the best time to read code right now, before it is > cleaned. > No problem. Just wanted

Re: Writing using Leo with new tree and model

2018-08-05 Thread vitalije
Rev 4121e39 contains updated version of md_docer plugin. It now supports two new kind of nodes: - @transformer nodes - @transform-node () @transformer node define a transformer script with

Re: pyflakes complaints about leoDataModel.py

2018-08-05 Thread vitalije
Thanks for the report. The cleaning phase of the code has not yet started. There are unused functions, methods, and variables. I don't think it is the best time to read code right now, before it is cleaned. Vitalije On Sunday, August 5, 2018 at 12:46:51 PM UTC+2, Edward K. Ream wrote: > >

pyflakes complaints about leoDataModel.py

2018-08-05 Thread Edward K. Ream
These will appear if @bool run-pyflakes-on-write = True leoDataModel.py:750: local variable 'lev' is assigned to but never used leoDataModel.py:849: local variable 'pp' is assigned to but never used leoDataModel.py:889: local variable 'nps' is assigned to but never used leoDataModel.py:891: local

Re: Update re: new model

2018-08-05 Thread vitalije
> > Works for me. However, the tree widget has a light background, even when > using a dark theme. > ATM new tree widget uses hard-coded defaults which I defined to look like a brand new Leo tree without any user configuration. Other than that I added some code to parse global qt stylesheet