[issue35209] Crash with tkinter text on osx

2018-11-11 Thread Ned Deily
Ned Deily added the comment: Good to hear you have worked around the crash. Regarding keyboard accelerators, I'm not aware of any 3.7.1 regressions but there could be issues with the bundled version of Tk 8.6.8. If you want to pursue the issue, please supply a test case that demonstrates t

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
remi bertholet added the comment: The problem is due to an old version of tk. I deleted the python3 from homebrew. With version 3.7.1 python.org, the crash is no longer, but the keyboard shortcuts tkinter on the menus (accelerator), seems to be capricious, they work once, then it does not wo

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Ned Deily
Ned Deily added the comment: Thanks for the report and for the investigation. The Tk crash described in Issue32481 (and many other earlier issues) is due to a very old bug in Tk 8.5.x for macOS. While this bug has been fixed in more recent versions of 8.5.x and in 8.6.x, the version of Tk s

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks a lot remi_bertholet. I think this is related to issue32481 . I will wait for Ned's confirmation on how Homebrew packages Python 3.7 with Tcl/Tk and if it's different from python.org Mac installers. -- __

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
remi bertholet added the comment: with the python installer I do not have the problem... -- ___ Python tracker ___ ___ Python-bugs-

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks, can you please try the mac installer from python.org to see if the crash is till present : https://www.python.org/downloads/release/python-371/ Please remove the original email content while replying from email unless the relevant parts nee

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
remi bertholet added the comment: Yes I use homebrew. I have done : brew update brew upgrade python 3.7.1 installed : Python 3.7.1 (default, Nov 6 2018, 18:45:35) [Clang 10.0.0 (clang-1000.11.45.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. but I still

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks for the report. I added Ned since it seemed similar to issue32481 but from Python 3.7 the Mac installers from python.org ship with in-built Tcl/Tk 8.6.8 as in which was the reported version https://www.python.org/download/mac/tcltk/#built-i

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue35209] Crash with tkinter text on osx

2018-11-10 Thread remi bertholet
New submission from remi bertholet : Hello, If I press the key "Alt-Shift-F" with script it crash all times. I reproduces the same crash with Python 2.7. To reproduce it, on terminal osx 10.13.6 (17G3025) : - run "python3 ScrollFrame.py" - Click one time on tk window (it show on foreground)