This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2007年07月11日 22:06 by ferrari24, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg32479 - (view) | Author: ferrari24 (ferrari24) | Date: 2007年07月11日 22:06 | |
Whenever I use tkFileDialog, after a couple of seconds of the File Dialog window being open, Python closes. The entire application just closes, and there is no error reporting screen. I am using Python 2.5.1 on Microsoft Windows XP Pro. SP2 (x86). |
|||
| msg112876 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2010年08月04日 19:56 | |
I've tried this on Windows Vista against 3.1 and it worked fine. So can this be closed as out of date? |
|||
| msg156627 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年03月22日 23:16 | |
Ping. Is there can be reproduced? I like to see the issue as out of date. |
|||
| msg156633 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2012年03月23日 03:12 | |
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 window as well as a root window which sat there until I closed the fd window at least 10 seconds later. The root window did not close properly, but I suspect the above in missing anything. In any case, several crash causes have been fixed since 2007, so I agree to close. The file dialog window was not the native window displayed for file selection in IDLE, and was pretty ugly. So I do not imagine that this is used much. It probably could be updated, but that is another issue for another time. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:25 | admin | set | github: 45180 |
| 2012年03月23日 03:12:53 | terry.reedy | set | status: open -> closed resolution: out of date messages: + msg156633 |
| 2012年03月22日 23:16:20 | asvetlov | set | nosy:
+ loewis, georg.brandl, terry.reedy, asvetlov messages: + msg156627 versions: + Python 3.3, - Python 2.6, Python 3.0 |
| 2010年08月04日 19:56:23 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg112876 |
| 2009年04月06日 10:32:50 | ajaksu2 | set | stage: test needed type: behavior components: + Tkinter, - None versions: + Python 2.6, Python 3.0 |
| 2007年07月11日 22:06:34 | ferrari24 | create | |