[issue20406] Use application icon for IDLE

Terry J. Reedy report at bugs.python.org
Sat Feb 8 15:24:02 CET 2014


Terry J. Reedy added the comment:

For 2.7, this substitution
        #root.wm_iconphoto(True, *icons)
        root.tk.call('wm', 'iconphoto', str(root), "-default", *icons)
does not work on Windows. If I change the test string "Windows" to force execution to the tk.call above, the icon is a black square, which is worse than the Tk icon. Does it work right on linux?

----------
assignee:  -> terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20406>
_______________________________________


More information about the Python-bugs-list mailing list