Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail From: Grant Edwards Newsgroups: comp.lang.python Subject: Re: Adding Icon To Tkinter Window Date: Sat, 5 Mar 2016 18:08:15 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 18 Message-ID: References: NNTP-Posting-Host: c-24-118-110-103.hsd1.mn.comcast.net X-Trace: reader1.panix.com 1457201295 21881 24.118.110.103 (5 Mar 2016 18:08:15 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Sat, 5 Mar 2016 18:08:15 +0000 (UTC) User-Agent: slrn/1.0.2 (Linux) X-Received-Bytes: 1122 X-Received-Body-CRC: 1018142546 Xref: csiph.com comp.lang.python:104106 On 2016-03-05, Wildman wrote: > Anybody have the correct method of adding an icon to a > window? I have found several code examples on the web > but they all result in an error. Thanks. You'll have to be a lot more specific about what you mean by "add an icon to a window". Do you just want to display an .ico file within a window? -- Grant