https://bugs.kde.org/show_bug.cgi?id=513241

Freya Lupen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from Freya Lupen <[email protected]> ---
Here's your problem:
> #9  0x00007ffd4f2c821c in ?? () from 
> /usr/lib/python3.13/site-packages/PyQt6/sip.cpython-313-x86_64-linux-gnu.so
It's picking up PyQt6 from your system's Python 3.13 install, which confuses
Qt5 Krita.

I've also encountered this problem, on macOS it also printed out to the log
> objc[15652]: Class 
> QT_ROOT_LEVEL_POOL__THESE_OBJECTS_WILL_BE_RELEASED_WHEN_QAPP_GOES_OUT_OF_SCOPE
>  is implemented in both ~/kd/_install/lib/QtCore.framework/Versions/5/QtCore 
> (0x10a5792e0) and 
> ~/Library/Python/3.13/lib/python/site-packages/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore
>  (0x1468f8730). This may cause spurious casting failures and mysterious 
> crashes. One of the duplicates must be removed or renamed.
> objc[15652]: Class KeyValueObserver is implemented in both 
> ~/kd/_install/lib/QtCore.framework/Versions/5/QtCore (0x10a579308) and 
> ~/Library/Python/3.13/lib/python/site-packages/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore
>  (0x1468f8758). This may cause spurious casting failures and mysterious 
> crashes. One of the duplicates must be removed or renamed.
> objc[15652]: Class RunLoopModeTracker is implemented in both 
> ~/kd/_install/lib/QtCore.framework/Versions/5/QtCore (0x10a579358) and 
> ~/Library/Python/3.13/lib/python/site-packages/PyQt6/Qt6/lib/QtCore.framework/Versions/A/QtCore
>  (0x1468f87f8). This may cause spurious casting failures and mysterious 
> crashes. One of the duplicates must be removed or renamed.

Unfortunately I have no idea how to prevent this, other than disabling the
PyQt6 in the system's Python3.13.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to