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 psiehr
Recipients paul.moore, psiehr, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-08-30.15:34:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504107275.3.0.972371734588.issue31309@psf.upfronthosting.co.za>
In-reply-to
Content
Today I ran into a problem when using both tkinter and matplotlib.pyplot at the same time. I thought it would be best to let you know, in case it is an issue. 

The problem is/was that the root window did not close itself, when just using `askopenfilename()`. 

A complete description of the problem, including a minimal working example, screenshots and a "solution" can be found on StackOverflow: 
https://stackoverflow.com/q/45960815/7414040 

I think that the function `askopenfilename()` does not ensure that the tkinter root window, that has been opened, is destroyed after the function call ended.
History
Date User Action Args
2017-08-30 15:34:35psiehrsetrecipients: + psiehr, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower
2017-08-30 15:34:35psiehrsetmessageid: <1504107275.3.0.972371734588.issue31309@psf.upfronthosting.co.za>
2017-08-30 15:34:35psiehrlinkissue31309 messages
2017-08-30 15:34:35psiehrcreate