Just updated Leo from github, and Win7/Python 2.7/PyQt4 gives me this error:
exception importing plugin leo.plugins.viewrendered2
Traceback (most recent call last):
File
"C:\cygwin\home\Jake\programming\leo\leo-editor\leo\core\leoPlugins.py",
line 548, in loadOnePlugin
__import__(moduleName)
File
"C:\cygwin\home\Jake\programming\leo\leo-editor\leo\plugins\viewrendered2.py",
line 663, in <module>
class WebViewPlus(QtWidgets.QWidget):
NameError: name 'QtWidgets' is not defined
Looks like vr2 is still in a half-and-half state. There's a block of
imports that might be tricky to fix:
# PyQt...
from PyQt4 import QtCore, QtGui, QtSvg, QtWebKit
from PyQt4.QtCore import QUrl
try:
import PyQt4.phonon as phonon
phonon = phonon.Phonon
except ImportError:
phonon = None
-->Jake
--
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.