I don't understand why the package maintainer of Archlinux skipped krita 5.3.0 and jumped to krita 6.0.0. Unfortunately, this plugin currently does not support pyqt6.
There may be 2 ways to add pyqt6 support:
(1) use Qt.py as dependency;
or
(2) try load pyqt6 everytime, and fix the enum & flag Names, like this:
KnowZero/Krita-PythonPluginDeveloperTools@452d9d8
I don't understand why the package maintainer of Archlinux skipped krita 5.3.0 and jumped to krita 6.0.0. Unfortunately, this plugin currently does not support pyqt6.
There may be 2 ways to add pyqt6 support:
(1) use Qt.py as dependency;
or
(2) try load pyqt6 everytime, and fix the enum & flag Names, like this:
KnowZero/Krita-PythonPluginDeveloperTools@452d9d8