I've got a wxPython program that needs to do some drawing on a DC on a regular basis, whether or not a paint event happens. I know how to make a ClientDC to do the drawing in, and I know what drawing calls to make. But how do I make it all happen? After I call MainLoop, none of my code gets called unless there is an event. And there is no event, so my code doesn't get called. What do I do?
-- http://mail.python.org/mailman/listinfo/python-list