Re: [Tkinter-discuss] tkFileDialog: shuts down root window

2006-12-20 Thread Fredrik Lundh
mopman wrote: > I'm using python tkinter to create a GUI. I wish to collect 4 files from a > user so for this part I created a GUI that has a Label, Entry and Button. > To get the file I use tkFileDialog askopenfilename. My problem is that > after a few file selections using the tkFileDialog,

[Tkinter-discuss] tkFileDialog: shuts down root window

2006-12-20 Thread mopman
Hello, I'm using python tkinter to create a GUI. I wish to collect 4 files from a user so for this part I created a GUI that has a Label, Entry and Button. To get the file I use tkFileDialog askopenfilename. My problem is that after a few file selections using the tkFileDialog, the root windo