Re: Distribution Environment

2016-11-22 Thread 'Terry Brown' via leo-editor
On Tue, 22 Nov 2016 07:25:22 -0800 (PST) Chris George wrote: > Now running Python 3.5.2 and PyQt 5.6.0 and this is what I get. Poking at leoQt - guessing immediately before this traceback it said 'leoQt.py: can not fully import PyQt5.' ? It seems leoQt doesn't

Re: Distribution Environment

2016-11-22 Thread Chris George
Now running Python 3.5.2 and PyQt 5.6.0 and this is what I get. Traceback (most recent call last): > File "./launchLeo.py", line 8, in > leo.core.runLeo.run() > File "/home/chris/leo-editor/leo/core/runLeo.py", line 63, in run > g.app.loadManager.load(fileName, pymacs) > File

Re: Distribution Environment

2016-11-22 Thread Chris George
Progress. The distribution provides PyQt 5.5.1, which is incompatible with Leo for some reason. I buillt PyQt5-5.7, which instantly segfaults Leo. So the sweet spot is PyQt 5.6.0. Now I just need to figure out how to install it. On Tuesday, November 22, 2016 at 5:35:59 AM UTC-8, Chris George

Distribution Environment

2016-11-22 Thread Chris George
I recently switched Linux distributions and now Leo won't run. This is definitely an environment problem, not a Leo problem, but I am stumped. Python 3.5.2 installed, PyQt 5.6.0 installed, pyenchant, docutils, sphinx etc. installed and this is what I get: leoQt.py: can not fully import PyQt5.