[PyKDE] ?

Phil Thompson phil at river-bank.demon.co.uk
Thu Nov 16 06:05:31 GMT 2000


mark kimsal wrote:
> 
> I don't see either of the two messages I posted yesterday.  Anyways,
> both Per Gummedal's and Phil Thompson's code didn't work on my system.
> 
> QObject::connect: No such signal
> QObject::rightButtonClicked(QListViewItem*,constQPoint&,int)
> QObject::connect:  (sender name:   'unnamed')
> QObject::connect:  (receiver name: 'unnamed')
> 
> and
> 
> <qt.QListViewItem instance at 00798A3C>
> Traceback (most recent call last):
>   File "qt/pyqt22/examples/dirview.py", line 66, in handleClick
>     print itm, itm.f
> AttributeError: f
> 
> respectively.  I have encountered both of these errors (no such signal &
> attribute error) in my quest to use user defined sub-classes in the
> Signal Slot event model.

It sounds like PyQt isn't built properly. Can you send me your script
that doesn't work and I'll see if it works on my system so we can rule
that out as the source of the problem.

Phil




More information about the PyQt mailing list