[issue22810] tkinter: "alloc: invalid block:" after askopenfilename

2014-11-07 Thread lccat
lccat added the comment: >>print(TkVersion) 8.6 Tk version in package manager: python-pmw 2.0.0-2 Distribution: arch linux, kernel 3.17.2-1-ARCH -- ___ Python tracker <http://bugs.python.org/i

[issue22810] tkinter: "alloc: invalid block:" after askopenfilename

2014-11-07 Thread lccat
lccat added the comment: Your output is different because you did not close the file dialog by selecting something and the pressing OK, or pressing cancel before destroying the main window. This is also the case here: Traceback (most recent call last): File "tktest.py",

[issue22810] tkinter: "alloc: invalid block:" after askopenfilename

2014-11-06 Thread lccat
New submission from lccat: After running the Tkinter file dialog ( tkinter.filedialog.askopenfilename() ), and closing the tkinter window the following error message is displayed: alloc: invalid block: 0xb035e0: b0 0 To reproduce see the attached python script "tktest". This does no