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: Steps to install leo using pip in python 3.5

2018-08-06 Thread Edward K. Ream
On Tue, Jul 17, 2018 at 9:09 PM, Brian Theado wrote: > I created this issue: https://github.com/leo-editor/leo-editor/issues/944, > but I didn't see a way to tag it. > I've added some tags. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: Steps to install leo using pip in python 3.5

2018-07-17 Thread Brian Theado
I created this issue: https://github.com/leo-editor/leo-editor/issues/944, but I didn't see a way to tag it. On Mon, Jul 16, 2018 at 11:07 PM Matt Wilkie wrote: > > I tried version 5.10.1 of PyQt but got a different error; however, verson >> 5.10.0 seems to work. >> >> $ bin/pip install

Re: Steps to install leo using pip in python 3.5

2018-07-16 Thread Matt Wilkie
> I tried version 5.10.1 of PyQt but got a different error; however, verson > 5.10.0 seems to work. > > $ bin/pip install PyQt5==5.10.0 > > [...] > > > It's very nice that leo and its dependencies can now be install via pip on > Linux. Clearly there are still some gotchas, but it can work!

Steps to install leo using pip in python 3.5

2018-07-14 Thread Brian Theado
On Ubuntu 16.04 with python 3.5, I tried installing leo into a virtual env using these commands: $ python3 -m venv leo-editor-venv $ cd leo-editor-venv $ bin/pip install leo When I run leo, I get this error $ bin/leo leoQt.py: can not fully import PyQt5. Traceback (most recent call last):