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 <rep...@bugs.python.org>
<http://bugs.python.org/issue28497>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to