https://bugs.kde.org/show_bug.cgi?id=513241
varkatope <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from varkatope <[email protected]> --- (In reply to Tyson Tan from comment #14) > No. It still crashes if I installed pyqt6 from Manjaro's core repository. > > Operating System: Manjaro Linux > KDE Plasma Version: 6.5.4 > KDE Frameworks Version: 6.21.0 > Qt Version: 6.10.1 > > python: 3.13.11-1 > python-pyqt6: 6.10.1-1 I've encountered the same issue. I'm also on Manjaro and I also have pyqt6 installed as I'm developing something else with it. Looks like the last time that package was updated was on 01/12/2026, but it had been installed before without issue. I will mention that I updated the plugin I'm developing for Krita with a try/except block to import PyQt6 or PyQt5 depending on which version of Krita is running, and until recently that was working fine in stable 5.2.x (repo package), nightly 5.3.x (AppImage), and nightly Qt6 6.0.x (AppImage). However, now, only nightly Qt6 is working correctly with the plugin. If I deactivate my plugin entirely, 5.2.x will start to work again, but 5.3.x still will not. -- You are receiving this mail because: You are watching all bug changes.
