I've had a bit of time to check the plugins now. Most that I use are ok except TagMechanic and that looks like a PySide6 problem - see further down.
InsertImageSVG works ok but with some problem probably unconnected with Qt6 - I've put the details in :
https://www.mobileread.com/forums/sh...44#post4373144
I downloaded and ran the latest testplugin_v020. I've seen the discussion in :
https://www.mobileread.com/forums/sh...=346162&page=2
My results were the same as in post #24.
When I start Sigil from my desktop icon or a terminal using
Code:
/usr/local/bin/sigil
the plugin fails with this output:
Code:
Checking GUI modules
Python Package: PySide6 Missing
Python Package: PySide6 QtWebEngineWidgets Missing
Python Package: tkinter (/usr/lib/python3.10/tkinter/__init__.py) Found
If I start Sigil using a terminal with :
Code:
/usr/local/lib/sigil/sigil
the plugin succeeds with PySide6 being found:
Code:
Checking GUI modules
Python Package: PySide6 (/home/pnj/.local/lib/python3.10/site-packages/PySide6/QtWidgets.abi3.so) Found
Python Package: PySide6 QtWebEngineWidgets (/home/pnj/.local/lib/python3.10/site-packages/PySide6/QtWebEngineWidgets.abi3.so) Found
Python Package: tkinter (/usr/lib/python3.10/tkinter/__init__.py) Found
If I understand correctly, I need to edit the sigil file in /usr/local/bin/. I'd appreciate a description of what I need to do to change that file.