Message348148
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 |
|
Date |
User |
Action |
Args |
2019-07-19 07:20:29 | terry.reedy | set | recipients:
+ terry.reedy, xtreak, Colby Reeves |
2019-07-19 07:20:29 | terry.reedy | set | messageid: <1563520829.27.0.855502491495.issue37614@roundup.psfhosted.org> |
2019-07-19 07:20:29 | terry.reedy | link | issue37614 messages |
2019-07-19 07:20:28 | terry.reedy | create | |
|