Serhiy Storchaka added the comment:

Unfortunately I can't reproduce this bug (Python 3.4.0, Linux). When close the 
main window the output is:

Traceback (most recent call last):
  File "tktest.py", line 6, in <module>
    filename = tkinter.filedialog.askopenfilename()
  File "/usr/lib/python3.4/tkinter/filedialog.py", line 375, in askopenfilename
    return Open(**options).show()
  File "/usr/lib/python3.4/tkinter/commondialog.py", line 48, in show
    s = w.tk.call(self.command, *w._options(self.options))
_tkinter.TclError: can't invoke "grab" command: application has been destroyed

----------
nosy: +serhiy.storchaka
type:  -> behavior

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22810>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to