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:17:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446167839.45.0.226869592746.issue25514@psf.upfronthosting.co.za>
In-reply-to
Content
"I think that removing '' from sys.path, so that IDLE can run, is better than a nicer warning that it cannot run. This, of course, requires that sys not be shadowed, so that sys.path can be accessed."  So after importing sys, we should check sys.__file__, or do the manipulation in try: except: <post error message>.  This will be part of a much more careful startup sequence.
History
Date User Action Args
2015-10-30 01:17:19terry.reedysetrecipients: + terry.reedy, kbk, roger.serwy, markroseman, lac
2015-10-30 01:17:19terry.reedysetmessageid: <1446167839.45.0.226869592746.issue25514@psf.upfronthosting.co.za>
2015-10-30 01:17:19terry.reedylinkissue25514 messages
2015-10-30 01:17:18terry.reedycreate