Michiel Jan Laurens de Hoon wrote:

> I have an extension module for scientific visualization. This extension 
> module opens one or more windows, in which plots can be made.

What sort of windows are these? Are you using an existing
GUI toolkit, or rolling your own?

> For the graphics windows to remain responsive, I need to make sure that 
> its events get handled. So I need an event loop.

How about running your event loop in a separate thread?

Greg

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to