On Thu, Feb 29, 2024 at 9:25 AM Edward K. Ream <[email protected]> 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.
    "PyQt6>= 6.6; os_name == 'nt'",
    "PyQt6-WebEngine; os_name == 'nt'",

So it looks like the dream of using only PyQt6 is still on hold.

Please keep testing on all platforms.  Thanks.

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/CAMF8tS12afKynvtGtM9f1Bb%3Dut%2BNw1eMzccCgK2F08ziLtWfgA%40mail.gmail.com.

Reply via email to