Posts by Programador • 11 points
1 post
-
1
votes1
answer154
viewsQ: Image does not open with Tkinter, how to solve?
I need this code to open an image in a label, but this error is returned: "Runtimeerror: Too Early to create image" from tkinter import * i = PhotoImage(file="ddddd.png") root = Tk() label =…