Since Sigil moved to Qt6, we only support PySide6 on Windows and Mac, and now for Linux AppImage. The plugin_util.py file created by DiapDealer also supports PyQt5 for those Linux users stuck with only Qt5.
So if you want your plugin to work well on Windows, Mac, and the Linux AppImage using the embedded Python use PySide6 not PyQt6.
|