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

I am not able to reproduce this failure with various macOS Pythons from 
python.org that are built with either Tk 8.6.8 or 8.6.12. Perhaps it's an issue 
with the Tk provided with your Miniconda Python?  Besides answering Serhiy's 
question, it would be helpful to know the exact patch level of Tk that is being 
used and also the path to the Tk library.

The output from

/path/to/your/python -m test.pythoninfo

and

otool -L $(/path/to/your/python -c "import _tkinter;print(_tkinter.__file__)")

will give those answers.

----------

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

Reply via email to