[PyKDE] X Error
Boudewijn Rempt
bsarempt at rempt.xs4all.nl
Sun Jul 9 20:21:44 BST 2000
On Sun, 9 Jul 2000, Martin P Holland wrote:
> Hi there,
>
> One of my pykde apps has started dumping core with this error:
>
> X Error: BadWindow (invalid Window parameter) 3
> Major opcode: 3!
>
> Anyone have any idea what that could mean? Obviously I'll try to
> produce a minimal example demonstrating the behaviour but if anyone
> has any clues to share as to the nature of the error message...
>
I think I've had this too, when I sent a constructor for the
wrong kind of class, like:
myWidget(QPushButton):
def __init_(...)
QListView.__init__(...)
But I can't exactly reproduce it.
More information about the PyQt
mailing list