Doug Bell wrote: > 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 replying to my own post to add one more piece of information: I re-wrote the example in C++ and it did not have the same problem. So this does seem to be a PyQt bug. Thanks, Doug. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
