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 tkinter
Recipients tkinter
Date 2016-10-21.16:38:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477067891.18.0.627340061363.issue28497@psf.upfronthosting.co.za>
In-reply-to
Content
I load the future package.
In the new package installed here:
python2.7/dist-packages/tkinter/__init__.py

it's not possible to import _default_root.

One possible solution is to create a method in tkinter module that returns the _default_root object.
```
def default_root():
  return _default_root
```
History
Date User Action Args
2016-10-21 16:38:11tkintersetrecipients: + tkinter
2016-10-21 16:38:11tkintersetmessageid: <1477067891.18.0.627340061363.issue28497@psf.upfronthosting.co.za>
2016-10-21 16:38:11tkinterlinkissue28497 messages
2016-10-21 16:38:11tkintercreate