[issue28497] future in tkinter

2016-10-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This is not Python issue, this is an issue of the future module. _default_root is dynamic attribute, it shouldn't be imported. And it is is private undocumented implementation detail, be careful with its using. -- nosy: +serhiy.storchaka resolution:

[issue28497] future in tkinter

2016-10-21 Thread Miguel
New submission from Miguel: 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_