[issue37391] MacOS Touchpad scrolling crashes IDLE

Ned Deily report at bugs.python.org
Mon Jun 24 20:36:08 EDT 2019


Ned Deily <nad at 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 <report at bugs.python.org>
<https://bugs.python.org/issue37391>
_______________________________________


More information about the Python-bugs-list mailing list