Time delay loop - better way?

Josiah Carlson jcarlson at uci.edu
Fri Jul 2 02:28:17 EDT 2004


> Q: Is there some way to gracefully suspend a python app for a second or
>    so then resume? I could write the classic basic dumb
>    loop-tenzillion-times delay, but that seems inelegant, and well, just
>    wrong. By the way, I'm also using wxPython, if that helps any.

wxTimer

The wxPython demo and documentation are your friends.

  - Josiah



More information about the Python-list mailing list