[Tutor] My first program doesn't seem to do anything -- followup
Alan Gauld
alan.gauld at yahoo.co.uk
Sun Apr 28 20:56:09 EDT 2024
On 29/04/2024 00:37, Alan Gauld via Tutor wrote:
> And as you may have discovered they are extremely poor at debugging.
As am I, but it is late....
...
>
> show_image()
> window.mainloop()
Should be:
window.after(3000,show_image)
window.mainloop()
My original version fails to display the first image file!
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos
More information about the Tutor
mailing list