[Tutor] Tkinter Icon Suse 10

Alan Gauld alan.gauld at btinternet.com
Sat Aug 26 23:26:40 CEST 2006


> The error says that the bitmap is not defined
> Was the code OK or I have to change it?

You probably need to specify the full path.
At a guess...

Alan G.

>> root = Tk()
>> root.iconbitmap("Change.ico")
>> root.mainloop()




More information about the Tutor mailing list