On Sun, 6 Nov 2016 20:19:54 -0800 (PST) Chris George <[email protected]> wrote:
> Just noticed this: I use python 3.5.2 constantly. I already knew that > PyQt 5.7 breaks viewrendered. Working on it a bit, so does PyQt 5.5.1. > > But 5.6 works just fine. > > Chris There's definitely some finicky stuff with the Py 3 / Qt 5 setups. I'd observed a failure to start from Leo for a while under some circumstances, not including the script I usually run it from. Finally pinned it down, With Python 3 and Qt 5 Python 3.5.2, PyQt version 5.5.1 python3 launchLeo.py ~/.leo/del.leo -> segfault python3 launchLeo.py --no-splash ~/.leo/del.leo -> runs normally Python 2.7.12, PyQt version 5.5.1 works with and without --no-splash I messed around with the splash window code, keeping references to things that had no explicit reference, etc. etc., nothing helped. If others can confirm the segfault with Python 3.5.2, PyQt version 5.5.1 (Ubuntu 16.04) splash should probably be disabled for that combo. Cheers -Terry -- 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
