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 Zero
Recipients Zero, gpolo, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-05-13.21:07:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400015276.35.0.545291502095.issue21402@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that most functions and methods do not bother checking if _default_root exists before trying to access it. However, upon seeing line 366 in ttk (if tkinter._support_default_root:), my recommendation would be to change line 319 to "if tkinter._support_default_root and tkinter._default_root:" to fix the problem. Several similar lines appear in tkinter\__init__.py at locations 1835, 1845, and 2050.
History
Date User Action Args
2014-05-13 21:07:56Zerosetrecipients: + Zero, terry.reedy, gpolo, zach.ware, serhiy.storchaka
2014-05-13 21:07:56Zerosetmessageid: <1400015276.35.0.545291502095.issue21402@psf.upfronthosting.co.za>
2014-05-13 21:07:56Zerolinkissue21402 messages
2014-05-13 21:07:56Zerocreate