classification
Title: tkFileDialog closes Python when used
Type: behavior Stage: test needed
Components: Tkinter Versions: Python 3.0, Python 2.6
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ferrari24 (1)
Priority: normal Keywords:

Created on 2007-07-11 22:06 by ferrari24, last changed 2009-04-06 10:32 by ajaksu2.

Messages (1)
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).
History
Date User Action Args
2009-04-06 10:32:50ajaksu2setstage: test needed
type: behavior
components: + Tkinter, - None
versions: + Python 2.6, Python 3.0
2007-07-11 22:06:34ferrari24create