I'm having trouble running tkinter on OSX. The following code crashes the computer at the last line...
import tkinter as tk print(tk.TkVersion) top = tk.Tk() top.mainloop() I'm using anaconda-navigator (1.9.12), python 3.7.7, and Spyder 4.1.1. The Tk version shows as 8.6. Where am I going wrong? Thanks, Eric -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/spyderlib/95f241f4-634b-417d-8681-bf435f143080%40googlegroups.com.
