PyQt5 v5.7 has been released and instructions for installation are at http://pyqt.sourceforge.net/Docs/PyQt5/installation.html It seems .exe file are no longer provided. PyQt5 now uses wheel files which apparently are a new standard of python distribution. The good news is the installation worked :)
>From a console window: *C:\Python35pip3 install pyqt5[snip]Installing collected packages: sip, pyqt5Successfully installed pyqt5-5.7 sip-4.18.1C:\Python35>* And here is my leo log file: *Leo Log WindowLeo 5.4-devel, build 20160722143100, Fri, Jul 22, 2016 2:31:00 PMGit repo info: branch = master, commit = e7ceef8c4b7aPython 3.5.2, PyQt version 5.7.0Windows 10 AMD64 (build 10.0.10586) SP0* Next, I'll test out the viewrendered plugin. Regards 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
