[issue28497] future in tkinter

Miguel report at bugs.python.org
Fri Oct 21 12:38:11 EDT 2016


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_root():
  return _default_root
```

----------
components: Tkinter
messages: 279139
nosy: tkinter
priority: normal
severity: normal
status: open
title: future in tkinter
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28497>
_______________________________________


More information about the Python-bugs-list mailing list