[PyKDE] QClipboard Problem

Doug Bell dougb at bellz.org
Tue Jul 25 12:12:53 BST 2006


Hi -

I'm having problems with QClipboard's dataChanged() signal in PyQt4 on
Windows.  It works fine during program execution, but the program
crashes at exit if the contents of the clipboard had been changed with
the signal connected.

I'm not sure whether this is a bug in PyQt or Qt, but, since I couldn't
find anything about it in the Qt mailing list, I'm trying here.  Also,
this bug does not occur in Linux.

A short example that produces the problem is attached.  If the button is
pressed during the run, the program crashes at exit.

I'm using the latest binary builds for Windows - Python 2.4.3, Qt 4.1.4
and PyQt 4.0.1.

Thanks,
Doug.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tst.py
Type: text/x-python
Size: 686 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20060725/7e618c30/tst.py


More information about the PyQt mailing list