Tkinter on Mac OS crashes python

Chris Angelico rosuav at gmail.com
Wed May 15 14:31:46 EDT 2019


On Thu, May 16, 2019 at 4:27 AM Chip Towner <chip at gct3engineering.com> wrote:
>
> Terry,
> Thanks for the input and FYI I am running 10.14.4 Mojave.  When I looked at the version of tkinter as suggested by Chris Angelico earlier in this thread it returned '/Users/chip/anaconda3/lib/python3.6/tkinter/__init__.py’.  This is obviously not he build Apple provided and I believe Apple’s version of python is version 2.7 and I need to use 3.6 for my current efforts.
>

Okay, that looks good - it means you're getting tkinter from the same
place that you're getting Python from.

> I will reach out to Anaconda to see if they have any thoughts and will look into the Python.org <http://python.org/> installers.  Will look at the Python.org <http://python.org/> installers also.
>

Yeah, try the vanilla installers before reaching out to Anaconda. Or
use "brew install python".

ChrisA



More information about the Python-list mailing list