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 louielu
Recipients Al.Sweigart, littleq0903, louielu, markroseman, ned.deily, paulsfo, roger.serwy, serhiy.storchaka, suddha.sourav, taleinat, terry.reedy
Date 2017-05-09.20:09:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494360588.13.0.780664523076.issue15786@psf.upfronthosting.co.za>
In-reply-to
Content
There is a difference between Linux and Mac freeze. On linux, if freeze and I insert pdb.set_trace() at the end of the hide_window, it will let cursor blink again, while on Mac, this won't work.

I try self.widget.after(200, self.hide_window) and it doesn't work, too.

I install Tk 8.5.18 as the web recommand, should I need to reboot or chnage the default path? it still bump out the warning that I'm using 8.5.9 instead.
History
Date User Action Args
2017-05-09 20:09:48louielusetrecipients: + louielu, terry.reedy, taleinat, ned.deily, roger.serwy, markroseman, Al.Sweigart, serhiy.storchaka, littleq0903, suddha.sourav, paulsfo
2017-05-09 20:09:48louielusetmessageid: <1494360588.13.0.780664523076.issue15786@psf.upfronthosting.co.za>
2017-05-09 20:09:48louielulinkissue15786 messages
2017-05-09 20:09:48louielucreate