On Mon, Sep 8, 2014 at 7:11 PM, EmanueL Czirai <[email protected]> wrote:
> Cool. Starts up.

> I see some Qt4 related errors which are maybe harmless?

Thanks for this report.  The errors you report are from plugins.  For example:

    from PyQt4 import QtCore, QtGui

The recommended way to get qt-related modules is to use the
leo.core.leoQt module, which carefully imports either from PyQt4 or
PyQt5 as appropriate.

Plugins that don't do this will fail when using PyQt5, as you have demonstrated.

I've put this on the list.

Edward

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to