https://bugs.kde.org/show_bug.cgi?id=518163
--- Comment #3 from [email protected] --- (In reply to Freya Lupen from comment #2) > Is this is with a distro build relying on system site-packages where there > happen to be two version of PyQt installed? > > Krita is looking for PyQt6 but found PyQt5 and tried to remove that. (The > error message which says it can't find the Qt5 bindings is misleading.) > Re-adding the system site-packages would re-add PyQt5, which would crash > Krita if accessed by outdated user plugins. (Built-in plugins prioritize > PyQt6, so they only crash the other way around.) > > I have a potential fix in the above merge request which is built on those > assumptions. > It re-adds the other modules beside where the conflicting PyQt was found. > So if PyQt5 and PyQt6 were in the same site-packages folder, it would be > able to find the right one. Yes, both python-pyqt6 and python-pyqt5 are installed at the same time, you're correct -- You are receiving this mail because: You are watching all bug changes.
