Re: bigdash.py screen turns blank

2016-10-22 Thread Edward K. Ream
On Fri, Oct 14, 2016 at 7:38 AM, lewis  wrote:

> Run the bigdash plugin  global-search. Enter a search term into the
> window: s foo
> When you select any of the find hits the window goes completely blank and
> does not take the cursor the the selected node in the body pane.
> I am running python 3.5.2 with PyQt5. Hopefully someone can test with
> PyQt4 and confirm if this only occurs with PyQt5.
>

​Works for me with the following:

Python 3.5.2, PyQt version 4.8.7
Windows 10 AMD64 (build 10.0.14393) SP0

It fails with the following:

Python 2.7.12, PyQt version 4.8.7
Windows 10 AMD64 (build 10.0.14393) SP0

The user sees this in the console and in the log pane:

loadOnePlugin: can not load enabled plugin: leo.plugins.bigdash

Tracing with g.pdb() shows the failure is in top-level init() function in
bigdash.py:

This line:

g.app._global_search = GlobalSearch()

throws:

ValueError: 'unsupported pickle protocol: 4'

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 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.


Re: bigdash.py screen turns blank

2016-10-14 Thread lewis
Here is the console. The QTextBrowser messages appear after selection of 
the first and second results in the search window. You can repeat the 
search but the window always goes completely blank.




*Leo 5.4-devel, build 20160722143100, Fri, Jul 22, 2016  2:31:00 PMGit repo 
info: branch = master, commit = 281522323a89Python 3.5.2, PyQt version 
5.7.0Windows 10 AMD64 (build 10.0.14393) SP0*

*QTextBrowser: No document for c0h0QTextBrowser: No document for c0h1*

Lewis

-- 
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.