This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients kbk, loewis, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-02-08.14:24:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391869442.84.0.11214724798.issue20406@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2014-02-08 14:24:02terry.reedysetrecipients: + terry.reedy, loewis, kbk, roger.serwy, python-dev, serhiy.storchaka
2014-02-08 14:24:02terry.reedysetmessageid: <1391869442.84.0.11214724798.issue20406@psf.upfronthosting.co.za>
2014-02-08 14:24:02terry.reedylinkissue20406 messages
2014-02-08 14:24:02terry.reedycreate