Re: Steps to install leo using pip in python 3.5

2018-08-16 Thread Terry Brown
On Thu, 16 Aug 2018 21:45:58 -0400 Brian Theado wrote: > • Disable python_terminal plugin Interesting, I'd noticed this too, playing with Docker images as test install environments. It seems to be the line from rlcompleter import Completer but not that it necessarily fails to import, just

Re: Steps to install leo using pip in python 3.5

2018-08-16 Thread Brian Theado
I've found this setup will give a segfault when the python_terminal plugin is enabled. Using gdb, I see it is almost the same crash already reported by Chris George a while back: https://groups.google.com/forum/#!topic/leo-editor/6EVF4Rw8o_I. In his case he was using Ubuntu 16.04 with python 3.5

Re: Simplifying the qt tree lockout logic

2018-08-16 Thread Edward K. Ream
On Thursday, August 16, 2018 at 6:30:54 AM UTC-5, Edward K. Ream wrote: > 2. Never redraw the screen after expand/contract. I'll probably do that tomorrow. > 3. Remove the evil setFocus kwarg from c.redraw, calling c.treeFocusHelper() explicitly where needed. Done. Actually, qtree.full_redraw

Re: Trying to install on Ubuntu 16.04

2018-08-16 Thread Isaiah St. John
Thanks! I managed to get it running with Anaconda. After installing Anaconda, "sudo pip3 install leo" worked. I guess Anaconda managed to install all the necessary dependencies in such a way that pip could find them when attempting to install Leo. On Thu, Aug 16, 2018, 8:21 AM Terry Brown wrote:

Some tips for those new to Leo from hacker news

2018-08-16 Thread Edward K. Ream
First, welcome to Leo. Feel free to ask questions here. *Installation* : Please ask for help here. I prefer to install the Anaconda distribution , and keep Leo up-to-date with git. *Leo vs org

Re: Trying to install on Ubuntu 16.04

2018-08-16 Thread Terry Brown
On Thu, 16 Aug 2018 00:37:09 -0700 (PDT) "Isaiah St. John" wrote: > Hi all, > > I learned of Leo from the recent HackerNews post. I'm a novice Linux > user, and I have tried just about every suggested installation method > on the Leo website without success. I first installed pip3, then did >

Re: Simplifying the qt tree lockout logic

2018-08-16 Thread Edward K. Ream
On Wednesday, August 15, 2018 at 10:17:55 AM UTC-5, Edward K. Ream wrote: > The next step will be to attempt to use event.spontaneous() (as Vitalije suggests) to avoid using lockouts altogether. That does not seem possible, because Qt slots are not events. For example, the signature of

Re: Leo is currently the top link on hacker news

2018-08-16 Thread Edward K. Ream
On Wednesday, August 15, 2018 at 6:30:57 PM UTC-5, btheado wrote: I just noticed Leo is currently the top link on hacker news: > https://news.ycombinator.com/. > I'll be busy today with family matters. I would appreciate any help you all could give newbies to get them up and running. Edward

Re: Leo is currently the top link on hacker news

2018-08-16 Thread Edward K. Ream
On Wed, Aug 15, 2018 at 6:35 PM, Brian Theado wrote: > Oh, and a link to the actual discussion for after is scrolls off the front > page: https://news.ycombinator.com/item?id=17769892 > Thanks for the heads up. That would explain why we've reached our monthly transfer limit of Leo's videos.

Trying to install on Ubuntu 16.04

2018-08-16 Thread Isaiah St. John
Hi all, I learned of Leo from the recent HackerNews post. I'm a novice Linux user, and I have tried just about every suggested installation method on the Leo website without success. I first installed pip3, then did "pip3 install leo", but it failed. I then tried following the instructions for