Well I have this:
import tkinter gui = tkinter.Tk() gui.iconbitmap(default=\'/home/me/PycharmProjects/program/icon.ico\') gui.mainloop()`
B
I had to convert to an XBM format and use the following root.iconbitmap('@imagename.xbm') however my platform is Ubuntu and I discovered my os theme has no spot for he image....