Diffusion Krita a9be187ab3ff

Fix loading PyKrita with PyQt 5.11

Authored by arojas on Jul 12 2018, 1:32 PM.

Description

Fix loading PyKrita with PyQt 5.11

PyQt>=5.11 uses its own private copy of SIP, with sipName PyQt5.sip. This causes an API mismatch with the Krita python module, which uses the default "sip" sipName, and the module fails to load. This patch fixes this by using the PyQt5.sip sipName for PyQt>=5.11

BUG: 396381

Differential Revision: https://phabricator.kde.org/D14061

Details

Committed
arojasJul 12 2018, 1:33 PM
Differential Revision
D14061: Fix loading PyKrita with PyQt 5.11
Parents
R37:89c16e0ba902: Check pointer before dereferencing
Branches
Unknown
Tags
Unknown