from __future__ import absolute_import from future.utils import PY3 if PY3: from tkinter.messagebox import * else: try: from tkMessageBox import * except ImportError: raise ImportError('The tkMessageBox module is missing. Does your Py2 ' 'installation include tkinter?')
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 620 B | 0644 |
|
colorchooser.py | File | 333 B | 0644 |
|
commondialog.py | File | 333 B | 0644 |
|
constants.py | File | 324 B | 0644 |
|
dialog.py | File | 311 B | 0644 |
|
dnd.py | File | 306 B | 0644 |
|
filedialog.py | File | 323 B | 0644 |
|
font.py | File | 309 B | 0644 |
|
messagebox.py | File | 327 B | 0644 |
|
scrolledtext.py | File | 329 B | 0644 |
|
simpledialog.py | File | 329 B | 0644 |
|
tix.py | File | 302 B | 0644 |
|
ttk.py | File | 302 B | 0644 |
|