Re: Please test the ekr-2882-qt-only2 branch

2024-03-27 Thread Thomas Passin
I got the same results using the qt-only2 branch. On Wednesday, March 27, 2024 at 7:49:52 PM UTC-4 Thomas Passin wrote: > Oops, the last two were tested with devel, not the qt-only-2 branch.. > I'll have to go back and repeat the test. > > On Wednesday, March 27, 2024 at 3:57:11 PM UTC-4

Re: Please test the ekr-2882-qt-only2 branch

2024-03-27 Thread Thomas Passin
Oops, the last two were tested with devel, not the qt-only-2 branch.. I'll have to go back and repeat the test. On Wednesday, March 27, 2024 at 3:57:11 PM UTC-4 Thomas Passin wrote: > Some more Linux results: > ubuntu > nav, console ok. vr3 image problem > XUbuntu > nav,

Re: Please test the ekr-2882-qt-only2 branch

2024-03-27 Thread Thomas Passin
Some more Linux results: ubuntu nav, console ok. vr3 image problem XUbuntu nav, console ok. vr3 image problem OpenSUSE needs libQt6WebEngineCore6, libQt6Quick6 After installing them, Leo still couldn't start. Those libQt6xx libraries were installed by

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Edward K. Ream
On Monday, March 25, 2024 at 6:37:36 AM UTC-5 Edward K. Ream wrote: The "ekr-2882-qt-only2" branch is ready for testing. See PR #3828 . This PR is a milestone: it removes all vestiges of Qt5 from Leo's codebase. As a result, much stronger

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Thomas Passin
Both Nav and Python Console are present on Linux Manjaro. Also, on Debian and Mint, if VR3 tries and fails to display an image, it stops working until Leo is restarted. This hasn't happened as yet on Manjaro. Lint is derived from Debian. I wonder if they have something in common that's

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Edward K. Ream
On Mon, Mar 25, 2024 at 8:45 AM Thomas Passin wrote: Nav tab is missing on Debian, Python Console tab is missing on Linux Mint. > No apparent error messages. > Thanks for your testing! Now I'll definitely delay the merge. Edward -- You received this message because you are subscribed to the

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Edward K. Ream
On Mon, Mar 25, 2024 at 8:25 AM Thomas Passin wrote: What is Leo using QScintilla for? > For alternative syntax coloring, iirc. BTW, the best way to install requirements is: cd leo-editor pip install -r requirements.txt I've been talking to Rebecca about the transition process. The more I

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Thomas Passin
Nav tab is missing on Debian, Python Console tab is missing on Linux Mint. No apparent error messages. On Monday, March 25, 2024 at 9:25:25 AM UTC-4 Thomas Passin wrote: > What is Leo using QScintilla for? > > On Monday, March 25, 2024 at 9:21:00 AM UTC-4 Thomas Passin wrote: > >> That took

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Thomas Passin
What is Leo using QScintilla for? On Monday, March 25, 2024 at 9:21:00 AM UTC-4 Thomas Passin wrote: > That took care of the problem and the branch of Leo now runs on Ubuntu. > Also, VR3 opens. > > On Monday, March 25, 2024 at 9:05:18 AM UTC-4 Edward K. Ream wrote: > >> On Mon, Mar 25, 2024 at

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Thomas Passin
That took care of the problem and the branch of Leo now runs on Ubuntu. Also, VR3 opens. On Monday, March 25, 2024 at 9:05:18 AM UTC-4 Edward K. Ream wrote: > On Mon, Mar 25, 2024 at 7:47 AM Thomas Passin wrote: > >> Fails on Ubuntu: >> >> *cannot import name 'Qsci' from 'PyQt6' >>

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Edward K. Ream
On Mon, Mar 25, 2024 at 7:47 AM Thomas Passin wrote: > Fails on Ubuntu: > > *cannot import name 'Qsci' from 'PyQt6' > (/home/tom/.local/lib/python3.10/site-packages/PyQt6/__init__.py)* > Good catch. My apologies for the confusion. This is a documentation error or a "transition" problem,

Re: Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Thomas Passin
Fails on Ubuntu: *cannot import name 'Qsci' from 'PyQt6' (/home/tom/.local/lib/python3.10/site-packages/PyQt6/__init__.py)* *** Leo could not be started *** Please verify you've installed the required dependencies: On Monday, March 25, 2024 at 7:37:36 AM UTC-4 Edward K. Ream wrote: > The

Please test the ekr-2882-qt-only2 branch

2024-03-25 Thread Edward K. Ream
The "ekr-2882-qt-only2" branch is ready for testing. See PR #3828 . This PR is a milestone: it removes all vestiges of Qt5 from Leo's codebase. As a result, much stronger mypy annotations are possible, but improved annotations will be the