On 13/7/16 5:35 PM, rengel wrote:
IMHO this is an issue (bug) in Leo. From leoQt.py

...
    try:
        from PyQt5 import QtWebKit
    except ImportError:
        QtWebKit = None
...
Not finding QtWebKit any longer (in pyqt 5.6), Leo simply sets QtWebKit to None. Presto, you have your error.

Reinhard

yes. i'm aware of what causes the issue. what i want to know is what's happening with it being resolved?

the renderer needs to be fixed to support QtWebEngine, as john lunzer points out above, so that it will work on pyqt 5.6 and above.

does anyone know if this is being fixed?


--
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to