[PyQt] [pykde 3.15] KFileItem.Unknown in constructor : invalid argument type

jbd jbdenis at dental-on-line.fr
Fri Jan 25 08:20:12 GMT 2008


Hello everybody,

Here is a sample program that worked using pykde 3.11 :

=======================================================
from kdecore import KURL
from kio import KFileItem

KFileItem(KFileItem.Unknown, KFileItem.Unknown, KURL())
=======================================================

With pykde 3.15, i've got :

"argument 1 of KFileItem() has an invalid type"

KFileItem.Unknown type is "int" and value is -1 in both pykde version.

Any hints or advice ?

Jean-Baptiste



More information about the PyQt mailing list