Hi, Here is a patch (well, actually an email which points to the patch) from another person in KDE.in (kushal on freenode)
http://lists.kde.org/?l=pykde&m=116277404914939&w=2 Description (pasting from the email): In PyKDE-3.16.0/sip/kio/kmimetype.sip the 'is(const QString&)' needs to be modified because 'is' is a reserved keyword in python. The change is the addition of /PyName=is_/ So, it can be used as KMimeType.is_('image/png') Patch attached :) Patch was also sent to Phil, but there was no response so far. Kushal (and me) is hoping for a response soon. Please do say if you need more information, or if I did make any mistakes. Regards Rajeev J Sebastian
