Re: Tkinter on Mac OS crashes python

2019-05-16 Thread MRAB
On 2019-05-16 21:39, Christian Gollwitzer wrote: Am 15.05.19 um 20:25 schrieb Chip Towner: Terry, Thanks for the input and FYI I am running 10.14.4 Mojave. Apple changed a couple of APIs on Mojave (versus High Sierra) that made Tk stop working, when it was compiled with the Mojave SDK. Tk com

Re: Tkinter on Mac OS crashes python

2019-05-16 Thread Christian Gollwitzer
Am 15.05.19 um 20:25 schrieb Chip Towner: Terry, Thanks for the input and FYI I am running 10.14.4 Mojave. Apple changed a couple of APIs on Mojave (versus High Sierra) that made Tk stop working, when it was compiled with the Mojave SDK. Tk compiled against the High Sierra SDK continued to w

Re: Tkinter on Mac OS crashes python

2019-05-15 Thread Terry Reedy
On 5/15/2019 2:25 PM, Chip Towner 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

Re: Tkinter on Mac OS crashes python

2019-05-15 Thread Chris Angelico
On Thu, May 16, 2019 at 4:27 AM Chip Towner 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’. Thi

Re: Tkinter on Mac OS crashes python

2019-05-15 Thread Chip Towner
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 Appl

Re: Tkinter on Mac OS crashes python

2019-05-14 Thread Terry Reedy
On 5/14/2019 1:22 PM, Chip Towner wrote: I am trying to use tkinter and when I attempt to do so Python crashes. I am accessing Python (v 3.6.8) in Spyder (v3.6) from Anaconda. The version of TkVersion tells me the version is 8.6 and the Anaconda environment browser tells me it is 8.6.8. Be

Re: Tkinter on Mac OS crashes python

2019-05-14 Thread Terry Reedy
On 5/14/2019 9:27 PM, Wildman via Python-list wrote: On Tue, 14 May 2019 11:22:54 -0600, Chip Towner wrote: I am trying to use tkinter and when I attempt to do so Python crashes. I am accessing Python (v 3.6.8) in Spyder (v3.6) from Anaconda. The version of TkVersion tells me the version is

Re: Tkinter on Mac OS crashes python

2019-05-14 Thread Chris Angelico
On Wed, May 15, 2019 at 11:13 AM Chip Towner wrote: > > I am trying to use tkinter and when I attempt to do so Python crashes. I am > accessing Python (v 3.6.8) in Spyder (v3.6) from Anaconda. The version of > TkVersion tells me the version is 8.6 and the Anaconda environment browser > tells

Re: Tkinter on Mac OS crashes python

2019-05-14 Thread Wildman via Python-list
On Tue, 14 May 2019 11:22:54 -0600, Chip Towner wrote: > I am trying to use tkinter and when I attempt to do so Python crashes. I am > accessing Python (v 3.6.8) in Spyder (v3.6) from Anaconda. The version of > TkVersion tells me the version is 8.6 and the Anaconda environment browser > tells

Tkinter on Mac OS crashes python

2019-05-14 Thread Chip Towner
I am trying to use tkinter and when I attempt to do so Python crashes. I am accessing Python (v 3.6.8) in Spyder (v3.6) from Anaconda. The version of TkVersion tells me the version is 8.6 and the Anaconda environment browser tells me it is 8.6.8. An example piece of code I am trying to run (p