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 Colby Reeves, terry.reedy, xtreak
Date 2019-07-19.07:20:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563520829.27.0.855502491495.issue37614@roundup.psfhosted.org>
In-reply-to
Content
As said multiple times on #13153, IDLE exits with a traceback that is visible when it is started from a command line (python -m idlelib).  It usually ends with
  File "F:\dev\3x\lib\tkinter\__init__.py", line 1420, in mainloop
    self.tk.mainloop(n)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xed in position 3: invalid continuation byte
History
Date User Action Args
2019-07-19 07:20:29terry.reedysetrecipients: + terry.reedy, xtreak, Colby Reeves
2019-07-19 07:20:29terry.reedysetmessageid: <1563520829.27.0.855502491495.issue37614@roundup.psfhosted.org>
2019-07-19 07:20:29terry.reedylinkissue37614 messages
2019-07-19 07:20:28terry.reedycreate