same problem with spyder 3.3.6 (as with running PySimpleGUI) logs me out, etc. The only way to run it is as 'pythonw programName.py’ from the darwin console. Not only that but on restarting spyder I get ‘error restarting kernel’ and no, repeat no, recommended solutions work. So, how do I get a working console?
On Saturday, April 4, 2020 at 12:33:23 PM UTC-4, Al Goor wrote: > > 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/195d4e60-34e5-4357-81ea-3e29c5cbe3cc%40googlegroups.com.
