On Tue, Oct 15, 2024 at 3:27 PM lewis <[email protected]> wrote:
Does Leo run and stay open? > Yes, but mouse clicks do not work. In fact, the only way to close Leo is to shut wsl down! Try this script: > > > > > > > > > *# Test import PyQt6.Qtxxxx from PyQt6.QtCore import QUrlfrom > PyQt6.QtWidgets import QApplicationfrom PyQt6.QtWidgets import > QMainWindowfrom PyQt6.QtWebEngineWidgets import QWebEngineViewimport sys* > Passes. > > > > *# PyQt6 version checkimport PyQt6from PyQt6.QtCore import > qVersionprint(f" ==== PyQt6 version ", qVersion())* > Prints "==== PyQt6 version 6.7.3" I used it to ensure I could run VR3 and Freewin which required > QWebEngineView. > As I said a few minutes ago, I think it's time to abandon trying to get Leo working on my system. I suspect the problems relate to QtWayland <https://wiki.qt.io/QtWayland>, a client-server architecture that presumably mediates between Windows and wsl. Unlike the real Ubuntu, something like QtWayland surely must be required. To repeat, I'll use the real Ubuntu if I want to play with executing sage scripts from Leo. 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/CAMF8tS3q-%2B9%2B7RWCvYnDmfXv6FqJbsQCDDhikrhDqOSpLD%3DbGQ%40mail.gmail.com.
