Leo Log Window
Leo 5.4-devel, build 20160412153848, Tue Apr 12 15:38:48 CDT 2016
Git repo info: branch = master, commit = 09002eae17d0
Python 3.5.1, PyQt version 5.6.0
Windows 10 AMD64 (build 10.0.10586) SP0
leoID=Dee (in C:\Users\Dee\.leo)
load dir: C:\Users\Dee\leo-editor\leo\core
global config dir: C:\Users\Dee\leo-editor\leo\config
home dir: C:\Users\Dee
reading settings in C:\Users\Dee\leo-editor\leo\config\leoSettings.leo
Using default leo file name:
C:\Users\Dee\.leo\workbook.leo
loadOnePlugin: can not load enabled plugin: leo.plugins.viewrendered
reading settings in C:\Users\Dee\leo-editor\leo\doc\CheatSheet.leo
Then if I attempt to open the viewrendered pane, the log gives the following errors:
exception executing command
Traceback (most recent call last):
File "C:\Users\Dee\leo-editor\leo\core\leoCommands.py", line 5348, in doCommand
val = command(event)
File "C:\Users\Dee\leo-editor\leo\plugins\viewrendered.py", line 423, in toggle_rendering_pane
viewrendered(event)
File "C:\Users\Dee\leo-editor\leo\plugins\viewrendered.py", line 309, in viewrendered
controllers[c.hash()] = vr = ViewRenderedController(c)
File "C:\Users\Dee\leo-editor\leo\plugins\viewrendered.py", line 490, in __init__
self.html_class = QtWebKitWidgets.QWebView
AttributeError: 'NoneType' object has no attribute 'QWebView'