[issue1752252] tkFileDialog closes Python when used

2012-03-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: Without a specific claimed failing program and contemporary verification, it is hard to know whether one has reproduced or not. With 3.3 I did import tkinter.filedialog as tkf import tkinter as tk fd=tkf.FileDialog(tk.Tk()) fd.go() and got a file dialog windo

[issue1752252] tkFileDialog closes Python when used

2012-03-22 Thread Andrew Svetlov
Andrew Svetlov added the comment: Ping. Is there can be reproduced? I like to see the issue as out of date. -- nosy: +asvetlov, georg.brandl, loewis, terry.reedy versions: +Python 3.3 -Python 2.6, Python 3.0 ___ Python tracker

[issue1752252] tkFileDialog closes Python when used

2010-08-04 Thread Mark Lawrence
Mark Lawrence added the comment: I've tried this on Windows Vista against 3.1 and it worked fine. So can this be closed as out of date? -- nosy: +BreamoreBoy ___ Python tracker

[issue1752252] tkFileDialog closes Python when used

2009-04-06 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +Tkinter -None stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___ _