[issue24524] python crash using Tkinter

2015-07-05 Thread Tomas Nordin
Tomas Nordin added the comment: I have not experienced this problem on windoze. The problem seem to have appeared when upgrading my operating system from Debian wheezy to jessie, I think with python going from 2.7.3 to 2.7.9. And I have a stomach feeling it is related to the environment. I hav

[issue24524] python crash using Tkinter

2015-07-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Unfortunately can't reproduce the issue in 2.7.6, 2.7.10+, 3.4.0, 3.4.3+, 3.5.0b2+, 3.6.0a0 with Tcl/Tk 8.6.1. The only output is: Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/lib-tk/tkFileDialog.py", line 125, in asko

[issue24524] python crash using Tkinter

2015-07-03 Thread Zachary Ware
Changes by Zachary Ware : -- superseder: -> tkinter: "alloc: invalid block:" after askopenfilename ___ Python tracker ___ ___ Python

[issue24524] python crash using Tkinter

2015-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: On Windows 7, no problem on either 2.7.10 or 3.5.0b2 (running from Command Prompt so would see message is there were one). -- ___ Python tracker __

[issue24524] python crash using Tkinter

2015-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Will not accept superseder -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24524] python crash using Tkinter

2015-07-03 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> duplicate stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-

[issue24524] python crash using Tkinter

2015-07-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: This should be closed as duplicate of #22810. Tracker malfunctioning right now. -- nosy: +terry.reedy ___ Python tracker ___ __

[issue24524] python crash using Tkinter

2015-06-28 Thread Tomas Nordin
New submission from Tomas Nordin: $ python Python 2.7.9 (default, Mar 1 2015, 18:22:53) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. The readline tab completion thing should be loaded. (pythonstartup.py @home) >>> import Tkinter as tk >>> import t