[issue40247] Logged out of user when running Tkinter

2020-04-18 Thread Ned Deily
Ned Deily added the comment: Thanks for the additional info but it still leaves open questions. The current versions of python.org installers for macOS (3.8.2 and 3.7.7) and various others over the past couple of years all come with a built-in version of Tk 8.6 and that normally cannot be ov

[issue40247] Logged out of user when running Tkinter

2020-04-18 Thread J
J added the comment: Thanks for reaching out. I solved the issue following @tcarroll2's solution from: https://github.com/pyenv/pyenv/issues/1375 The issue doesn't occur when using pyenv. It seems that the issue may have been caused by python sticking to the mac provided tkinter (version 8.5)

[issue40247] Logged out of user when running Tkinter

2020-04-17 Thread Ned Deily
Ned Deily added the comment: Can you give the exact sequence of steps to reproduce the problem you see, please? -- ___ Python tracker ___

[issue40247] Logged out of user when running Tkinter

2020-04-17 Thread Ned Deily
Change by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue40247] Logged out of user when running Tkinter

2020-04-10 Thread J
New submission from J : Whenever I run a python script with any Tkinter command, I get instantly logged out of my user. I have been using Tkinter for weeks now and it was running just fine until yesterday when I clicked the demo button in the default taskbar that shows up when launching a Tki