Re: tkFileDialog closes main application

2006-12-21 Thread mdmdmd
hanks again for your response. Eric Brunel wrote: > On Wed, 20 Dec 2006 18:37:10 +0100, mdmdmd <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> I wish to collect 4 files from a user. So I have decided to use >> tkFileDialog askopenfilename. My problem is

tkFileDialog closes main application

2006-12-20 Thread mdmdmd
Hello, I wish to collect 4 files from a user. So I have decided to use tkFileDialog askopenfilename. My problem is that after a few file selections the root window is destroyed (the whole program just dissappears) I have created a simple example and was able to reproduce the same thing with