[Kde-bindings] [bindings] [Bug 253123] KConfigSkeleton segfaults with PyQt4 API version 2

Wolfgang Rohdewald wolfgang at rohdewald.de
Mon Oct 6 21:34:00 UTC 2014


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

Wolfgang Rohdewald <wolfgang at rohdewald.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.11.1                      |unspecified
     Ever confirmed|0                           |1
           Priority|NOR                         |HI
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #4 from Wolfgang Rohdewald <wolfgang at rohdewald.de> ---
This bug still exists with python3-PyKDE4 from KDE 4.14.1.

It makes central parts of PyKDE4 unusable. For kajongg this means it cannot use
PyKDE4 until this is fixed. Until then, when running under Python3, it behaves
like a simple Qt application (I wrote some simple replacements). I will sooner
or later stop supporting Python2, so kajongg will stop behaving like a KDE
application unless PyKF5 will be implemented without this bug.

Status: confirmed again and again by myself.

For python3 the test script is shorter:

from PyKDE4.kdeui import KConfigSkeleton
a = KConfigSkeleton()
name = 'tilesetName'
value = 'I am a value'
s = a.addItemString(name, value)
print(s.value())

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-bindings mailing list