https://bugs.kde.org/show_bug.cgi?id=518163
Freya Lupen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Freya Lupen <[email protected]> --- 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. -- You are receiving this mail because: You are watching all bug changes.
