[PyKDE] KRootPixmap problem
Dmitry "Troydm" Geurkov
dmitry_627 at mail.ru
Thu Dec 2 01:57:51 GMT 2004
Hi !
I have a problem with KRootPixmap class
when I use it and close A top-level dialog:
X Error: BadWindow (invalid Window parametr) 3
is printed to the console however it doesn't
interrupt the program itself or do any data damage!
Here is the code:
w=QWidget(None)
w.root=KRootPixmap(w)
w.show()
when the second line is commented it's working fine
So I am interested if this is KDE core bug or PyKDE bug
I am using:
Mandrake 10 Official (Mandrake Linux 10.0 3.3.2-6mdk)
KDE 3.2 Branch >= 20040204
Python 2.3.3
PyQt 3.13
PyKDE 3.11.3
Thx
More information about the PyQt
mailing list