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.

Author serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy, tomnor
Date 2015-07-05.12:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436099802.34.0.989056637441.issue24524@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately can't reproduce the issue in 2.7.6, 2.7.10+, 3.4.0, 3.4.3+, 3.5.0b2+, 3.6.0a0 with Tcl/Tk 8.6.1.

The only output is:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/lib-tk/tkFileDialog.py", line 125, in askopenfilename
    return Open(**options).show()
  File "/usr/lib/python2.7/lib-tk/tkCommonDialog.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
History
Date User Action Args
2015-07-05 12:36:42serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, tomnor
2015-07-05 12:36:42serhiy.storchakasetmessageid: <1436099802.34.0.989056637441.issue24524@psf.upfronthosting.co.za>
2015-07-05 12:36:42serhiy.storchakalinkissue24524 messages
2015-07-05 12:36:42serhiy.storchakacreate