PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/future/moves/tkinter
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 colorchooser.py
↓
X
📄 commondialog.py
↓
X
📄 constants.py
↓
X
📄 dialog.py
↓
X
📄 dnd.py
↓
X
📄 filedialog.py
↓
X
📄 font.py
↓
X
📄 messagebox.py
↓
X
📄 scrolledtext.py
↓
X
📄 simpledialog.py
↓
X
📄 tix.py
↓
X
📄 ttk.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: filedialog.py
from __future__ import absolute_import from future.utils import PY3 if PY3: from tkinter.filedialog import * else: try: from FileDialog import * except ImportError: raise ImportError('The FileDialog module is missing. Does your Py2 ' 'installation include tkinter?') try: from tkFileDialog import * except ImportError: raise ImportError('The tkFileDialog module is missing. Does your Py2 ' 'installation include tkinter?')
SIMPAN PERUBAHAN