I'm using Leo happily on different computers and operating systems, but when I try to install on a new Linux computer I run into trouble.
I started by installing Anaconda (version current as of the week before last) as Edward suggests, and then followed instructions on the
leoeditor.com web site. I first tried "pip install leo", and then downloaded the source code and tried to run "python pathname/launchLeo.py" and got the same error messages both times:
cannot import name 'QtWebKit' from 'PyQt5'
additional error:
...
from PyQt5 import QtWebEngineCore as QtWebKit
PyCapsule_GetPointer called with an incorrect name
Can anyone help? (1) What did I do wrong? (2) How can I fix it? (3) How should I have been able to use the documentation to find out for myself?
Thanks, geoff evans