post event from C-extension

Marcus Stojek stojek at part-gmbh.de
Fri Apr 12 10:49:42 EDT 2002


Hi,

my program has a couple of time consuming functions. With the help
of the wxPython Cookbook I use Threads to keep my GUI alive. When
finished, each Thread uses wxPostEvent to notify the application.

One function is a C-extension and I have no idea how to make this
thing sending an event. Any hint's, examples, links ?

Thanks
Marcus



More information about the Python-list mailing list