Python Tkinter Treeview add an image as a column value
问题 i'm trying to add an Image to the first column of every row on a treeview, but no matter what I do, always end up with the name of the object "pyimage1" showed instead of the actual image. As this image shows The code that i'm using is something like this. from tkinter import PhotoImage. self._img = PhotoImage(file="resources\information_picto.gif") self.tree.insert('', 'end', values= self._image,self.name, self.status, self.cores, self.turn, self.added_time) I've tried with png, with the