same problem with spyder 3.3.6 (as with running PySimpleGUI) logs me out, etc. The only way to run it is as 'python programName.py’ from the osx console.
Not only that but on restarting spyder I get ‘error restarting kernel’ and no, repeat no, recommended solutions work. F*cked up. On Sat, Apr 4, 2020 at 12:33 PM Al Goor <[email protected]> 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/95f241f4-634b-417d-8681-bf435f143080%40googlegroups.com > <https://groups.google.com/d/msgid/spyderlib/95f241f4-634b-417d-8681-bf435f143080%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAJx7R10tph3aAMweNCVNLA8UocQ1QUY7SEz6BHtjwerptb-X3w%40mail.gmail.com.
