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.


_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to