[PyKDE] UDSEntryList (QValueList) not implemented in PyQt?

Aurélien Gâteau agateau at dental-on-line.fr
Thu May 18 08:44:42 BST 2006


Le Mercredi 17 Mai 2006 21:30, Paul Waldo a écrit :
> Hi all,
>
> I'm running into a weird issue with PyQt.  I have a UDSEntryList, which is
> really a QValueList, being passed into a function by KDE.  The PyQt3 docs
> say that it automatically gets converted to a python list, but at run time
> it shows up as a "NotImplementedType".
>
> I'm running Kubuntu Breezy, python 2.4.2, python-qt 3.14.1.  Attached is a
> test program to illustrate the problem.  Any help would be greatly
> appreciated!

It probably won't help you, but on my system (Python 2.3, PyKDE 3.11.3) the 
output of your program looks like this:
...
newItems, <type 'list'>
newItems, <type 'list'>
newItems, <type 'list'>
newItems, <type 'list'>
newItems, <type 'list'>
...
-- 
Aurélien Gâteau - agateau at dental-on-line.fr
Dental-on-line
23 rue du Départ
75014 PARIS - FRANCE




More information about the PyQt mailing list