Re: viewrendered fails to load

2017-11-22 Thread Josef
I followed a suggestion of Chris George to install several dependencies of Leo and it seems since I installed docutils, viewrendered works again. Thanks Chris -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and sto

Re: viewrendered fails to load

2017-11-22 Thread Josef
I noticed that in the conda/pip installed versions of python3 and PyQt5 there is the QtWebKitWidgets module missing, which I believe is a prerequisite for viewrendered. In the xubuntu 16.04 provided packages the modules QtWebKitWidgets and PySvg are both present, but it still does not load. Th

Re: viewrendered fails to load

2017-11-21 Thread Terry Brown
On Tue, 21 Nov 2017 09:46:37 -0800 (PST) Josef wrote: > Hi Terry, that's easy: nothing shows up in the log. > > To be sure I put this into the log: > > import leo.plugins.viewrendered > g.es('done') > > The output is "done", nothing else. Ok, thanks, I think that implies it's importing ok, I

Re: viewrendered fails to load

2017-11-21 Thread Josef
Hi Terry, that's easy: nothing shows up in the log. To be sure I put this into the log: import leo.plugins.viewrendered g.es('done') The output is "done", nothing else. - Josef On Monday, November 20, 2017 at 4:34:47 PM UTC+1, Terry Brown wrote: > > On Mon, 20 Nov 2017 06:44:35 -0800 (PST) >

Re: viewrendered fails to load

2017-11-20 Thread Terry Brown
On Mon, 20 Nov 2017 06:44:35 -0800 (PST) Josef wrote: > Here is the log window. Ah - looks like viewrendered's not loading :-} Can you create a blank node in Leo, put import leo.plugins.viewrendered in the body, hit Ctrl-B, and post whatever shows up in the log when you hit Ctrl-B? Thanks, T

Re: viewrendered fails to load

2017-11-20 Thread Josef
Here is the log window. BTW, on the old kubuntu setup viewrendered worked with the python2 and PyQt4 that comes with kubuntu. I haven't got any other combination to work yet. This one is on my new xubuntu 16.4 installation, with python3 installed via conda and PyQt5 installed via pip. The error m

Re: viewrendered fails to load

2017-11-17 Thread lewis
Can you post your Leo Log Window? -- 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

viewrendered fails to load

2017-11-17 Thread Josef
for some time now, the viewrendered plugin fails to load. This has been on Kubuntu 16.04, with python3 and PyQt5 installed via conda and pip, as well as with Kubuntu' deb packages. I thought the problem would get resolved by moving to a fresh installation, but no: I installed a clean Xubuntu 16