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, lac, markroseman, roger.serwy, terry.reedy
Date 2015-10-30.01:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446169431.68.0.301007428621.issue25514@psf.upfronthosting.co.za>
In-reply-to
Content
Either tkinter and tkinter.messagebox or subprocess must be imported to display a message when IDLE is started from an icon, and there is no console.  With subprocess, '''python -i -c "print('Cannot start IDLE (or whatever)')"''' should work.  If nothing else, this would be a way to display a message when import tkinter fails.
History
Date User Action Args
2015-10-30 01:43:51terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman, lac
2015-10-30 01:43:51terry.reedysetmessageid: <1446169431.68.0.301007428621.issue25514@psf.upfronthosting.co.za>
2015-10-30 01:43:51terry.reedylinkissue25514 messages
2015-10-30 01:43:50terry.reedycreate