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 ned.deily
Recipients Al.Sweigart, ned.deily
Date 2015-04-12.20:23:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428870228.28.0.718175899592.issue23922@psf.upfronthosting.co.za>
In-reply-to
Content
Or perhaps a generic Python ioon.  Is there a tkinter icon?  I think the default is just the Tk-supplied icon.  Also, there are platform differences.  AFAIK, on OS X the application icon cannot be changed while running; information about icon files is specified in the app bundle Info.plist.  For OS X framework builds, launching IDLE.app (for example, via double-click) results in an IDLE icon.  Opening turtledemo (or, for that matter, idle from the command line) causes the default Python icon to be used, from the Python.app bundle located within the framework.  Running tkinter apps with non-framework builds default to the Tk icon if no app bundle is used.  So, I think there is nothing to be done here for OS X but one needs to be aware of the platform differences when testing.
History
Date User Action Args
2015-04-12 20:23:48ned.deilysetrecipients: + ned.deily, Al.Sweigart
2015-04-12 20:23:48ned.deilysetmessageid: <1428870228.28.0.718175899592.issue23922@psf.upfronthosting.co.za>
2015-04-12 20:23:48ned.deilylinkissue23922 messages
2015-04-12 20:23:48ned.deilycreate