Ivo Shipkaliev <ivo.shipkal...@gmail.com> added the comment:

Sorry, we need "global" too:

333 >         if not master:
334 >             global _default_root
335 >             if not _default_root:
336 >                 _default_root = Tk()
337 >             master = _default_root
338 >         self._root = master._root()

----------
resolution:  -> works for me

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

Reply via email to