Okay, this was caused by moving QApplication from QtGui in PyQt4 to QtWidgets in PyQt5. Newest commit should fix it, though I can't test it myself. Please let me know if this clears things up!
On Wednesday, October 28, 2015 at 9:28:38 AM UTC-4, lewis wrote: > > Hi John, > > Appreciate the quick response. I just tested again and Leo survives > pressing enter and a list of hits is presented. If I select a hit Leo > crashes. > > ** isPython3: True > Leo 5.1-final, build 20151027155247, Tue Oct 27 15:52:47 CDT 2015 > Git repo info: branch = master, commit = 7037cdd07abf > Python 3.4.3, PyQt version 5.5.1 > Windows 7 AMD64 (build 6.1.7601) SP1 > reading settings in N:\leo\workbook.leo > Traceback (most recent call last): > File "n:\git\leo-editor\leo\plugins\quicksearch.py", line 693, in > onSelectItem > > modifiers = QtGui.QApplication.keyboardModifiers() > AttributeError: 'module' object has no attribute 'QApplication' > [end] > > 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 [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.
