Ned Deily <n...@python.org> added the comment:

FWIW, I can't reproduce the failure using either Python 3.7.3 from either the 
python.org binary installer or a current MacPorts 3.7.3.  But that's not 
surprising as the issue is most likely in Tk rather than IDLE or Python itself. 
 Can you supply the output from the following commands in a terminal session, 
assuming python3 is the same interpreter used to run IDLE?

python3 -m test.pythoninfo
otool -L $(python3 -c 'import _tkinter;print(_tkinter.__file__)')

----------
nosy: +ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37391>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to