Re: My first program doesn't seem to do anything -- followup

Alan Gauld via Tutor <[email protected]> Mon, 29 Apr 2024 01:56:09 +0100
Newsgroups gmane.comp.python.tutor
Message-ID <[email protected]>
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



_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor