[PyQt] a CustomEvent in KTMLPart crashes eventFilter

2007-09-07 Thread Jean-Michel Vourgère
Hi. I've been digging into a bug for a few days, now. After upgrading from Debian Sarge to Etch, our python application crashes (SEGV) if we install an event filter. Attached is a minimal example of the problem. The application doesn't crash when commenting out the installEventFilter, despite

Re: [PyQt] a CustomEvent in KTMLPart crashes eventFilter

2007-09-07 Thread Jim Bublitz
One additional comment (that just occurred to me) - your version will work if you don't try to display a page (begin - write - end) before starting the event loop in KApplication. That's probably what's causing the crash. Jim ___ PyQt mailing list