I'm practicing with Python 2 and Tkinter, the problem is that when I try to add an image it does not appear.
The code is this:
image= tk.PhotoImage("1473185883EMBW_07.gif")
image=image.subsample(1,1)
label=tk.Label(image=image)
label.place(...
asked by
16.05.2018 / 00:14