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 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 <[email protected]> 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, depending on >>> your point of view. >>> >>> It's easy to fix: *pip install PyQt6-QScintilla * >>> >>> I say this is a transition problem because requirements.txt now >>> includes PyQt6-QScintilla. >>> >>> There's no automatic way to avoid the extra dependency. Otoh, Leo 6.7.9 >>> will provide the dependency automatically. >>> >>> *Summary* >>> >>> *Everyone *who uses GitHub should run *pip install PyQt6-QScintilla * >>> >>> 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/b6bd6ecb-f58c-487c-abac-96af26336f5an%40googlegroups.com.
