Tkinter -- the best way to make a realtime loop

J Wolfe vorticitywolfe at gmail.com
Wed Oct 7 18:40:42 EDT 2009


What's the best way to make a realtime loop in Tkinter?  I know in
perl you can use "repeat" and it will call a function every x seconds,
in python it seems like "after" may be the equivalent though it
doesn't seem to behave like the perl repeat function. Any ideas?

Thanks,
Jonathan



More information about the Python-list mailing list