Does Leo run and stay open? 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# PyQt6 version checkimport PyQt6from PyQt6.QtCore import qVersionprint(f" ==== PyQt6 version ", qVersion())* I used it to ensure I could run VR3 and Freewin which required QWebEngineView. On Wednesday, October 16, 2024 at 5:18:57 AM UTC+11 [email protected] wrote: > Thanks pretty overwhelming, isn't it? I didn't see anything that failed. > There was a message about Zink, whatever that is. I've seen that kind of > message on some of my VMs but it doesn't seem to prevent Leo from running > or acting correctly. So I'm out of suggestions for the moment. > -- 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/ae68e0b4-8f67-4e3d-ad48-4a3834debe42n%40googlegroups.com.
