Closed sandymac closed 11 years ago
+1 this. +1 this a hundred times (is that just +100?). I read through dozens of pages on the forums. I learned some python so I could do some debugging. I installed three different versions of python. All to fix this problem. I'm so glad I found this submission. Thank you!
Additionally, I can confirm that it fixes the problem.
For the record, the best way to submit a patch via Github is to fork the repo, make the change on your repo in a new branch, commit it, push the branch to your github repo, then come to this repo and click the "Pull Request" button. On the screen that appears you'll be able to choose your repo and branch on the right. Then submit it.
If not fixed in 1.6, please make a new pull request.
This patch (sorry I don't speak git/github yet) mostly fixes my issue with GMM on my Mac. I get a blank window and the root.withdraw() and root.deiconify() lines hide/show windows as need so this isn't an issue. This blank window is most annoying because it's not apparent you have to close this window for GMM to actually work once you click the Patch button. This blank window still shows up at GMM exit with the patching completed successfully but it doesn't get in the way of patching there and the root.withdraw() method doesn't work for me.