On Tuesday, July 13, 2021 at 3:31:42 PM UTC-5 Edward K. Ream wrote: > > I am thinking that it is time to end Leo's support for pyQt4. >> > > Belay that. I feel much better after a nap :-) >
Well, it appears that it really *is* time to discontinue support for pyQt4. Indeed, this page <https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyqt4> lists has pre-built versions only for python 3.7 and earlier. I test Leo only with Python 3.6 and Python 3.9. Note also that pyQt4 is no longer supported, and several pages strongly discourage using pyQt4. It's very easy to install pyQt5 or pyQt6, so I don't think many people (anyone??) will be put out if we discontinue support for pyQt4. In Leo's code it's easy to discontinue support for pyQt4: just don't import it in leoQt.py In case I'm wrong, I'll leave leoQt4.py in place for now, but unless I hear howls of protest leoQt4.py will not be part of Leo 6.4 final. 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/76112548-6b60-4c27-8edb-4de8858e4bcan%40googlegroups.com.
