Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Thomas Passin
It's looking better than say a year ago. I currently don't have any more distros to try. Manjaro, which I listed above, is based on Arch-Linux, so probably any distro derived from Arch will have Qt6 too. The big one I don't have and won't have is Red Hat. It used to be that Fedora was

Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Edward K. Ream
On Thu, Feb 29, 2024 at 9:46 AM Thomas Passin wrote: > So far all the distros I have checked do now support pyqt6: > > Ubuntu/XUbuntu > Debian > OpenSuSE > Fedora > Manjaro > Mint > > These are all the distros I've got VMs for. > Thanks for the report. Do you think requirements.txt can specify

Re: Heads Up - Malicious Git Forks

2024-02-29 Thread Edward K. Ream
On Thu, Feb 29, 2024 at 9:42 AM Thomas Passin wrote: > See This Slashdot story - GitHub Besieged By Millions of Malicious > Repositories In Ongoing Attack >

Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Thomas Passin
So far all the distros I have checked do now support pyqt6: Ubuntu/XUbuntu Debian OpenSuSE Fedora Manjaro Mint These are all the distros I've got VMs for. On Thursday, February 29, 2024 at 10:32:12 AM UTC-5 Edward K. Ream wrote: > On Thu, Feb 29, 2024 at 9:25 AM Edward K. Ream wrote: > > >

Heads Up - Malicious Git Forks

2024-02-29 Thread Thomas Passin
See This Slashdot story - GitHub Besieged By Millions of Malicious Repositories In Ongoing Attack -- You received this message

Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Edward K. Ream
On Thu, Feb 29, 2024 at 9:25 AM Edward K. Ream wrote: > It looks like requirements.txt must specify Qt5 on Linux. I've just changed the requirements as follows: # Use PyQt5 by default. "PyQt5>= 5.15; os_name != 'nt'", "PyQtWebEngine; ; os_name != 'nt'", # Use PyQt6 on Windows.

Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Edward K. Ream
On Thu, Feb 29, 2024 at 8:37 AM Thomas Passin wrote: > I think that whether we can require pyqt6 should depend on whether it can > be installed on a particular flavor of Linux. That didn't used to be the > case, but it may be now. It is available on Ubuntu/XUbuntu, and probably > on most

Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Edward K. Ream
On Thu, Feb 29, 2024 at 7:20 AM Edward K. Ream wrote: Recent revs to the 6.7.8 and "devel" branches install only PyQt6 when > installing either from PyPi or GitHub. > Here is how I test the new dependencies without using PyPi. *pip-uninstall-all.cmd* @echo off rem uninstall *all* of Leo's

Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Thomas Passin
I think that whether we can require pyqt6 should depend on whether it can be installed on a particular flavor of Linux. That didn't used to be the case, but it may be now. It is available on Ubuntu/XUbuntu, and probably on most Ubuntu-derived distros. *However,* Leo won't run after

Re: Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Edward K. Ream
On Thu, Feb 29, 2024 at 7:20 AM Edward K. Ream wrote: > Recent revs to the 6.7.8 and "devel" branches install only PyQt6 when > installing either from PyPi or GitHub. That is, both of the following will > install PyQt6: > > > pip install leo # From PyPi > > pip install -r requirements.txt #

Discuss: Leo 6.7.8 will install only PyQt6

2024-02-29 Thread Edward K. Ream
Recent revs to the 6.7.8 and "devel" branches install only PyQt6 when installing either from PyPi or GitHub. That is, both of the following will install PyQt6: pip install leo # From PyPi pip install -r requirements.txt # after git clone leo *Don't panic* *This* release, Leo 6.7.8,