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 <[email protected]>
<http://bugs.python.org/issue20406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com