[PyKDE] postEvent problem

Aurélien Gâteau aurelien at dental-on-line.fr
Mon Oct 13 17:59:01 BST 2003


Hello again, list

I have another problem: the code I want to bind with work like this:
In my C++ code, I run a thread which is monitoring various things. When 
interesting stuff happens, the thread notify a listener about it using 
QApplication::postEvent(myListener, myEvent).

In my C++ test program, all works well, but in py Python test program, the 
posted event never reaches the listener. As anyone encountered the same 
problem?

Aurélien




More information about the PyQt mailing list