Zyclic updating of toplevel windows

Terry Reedy tjreedy at home.com
Mon Jun 4 14:45:08 EDT 2001


> Now my question:
> Is is somehow possible to auto-update the toplevel-windows? e.g. to

import time
while 1:
  update_graphs()
  time.sleep(600) # seconds






More information about the Python-list mailing list