Kaydet (Commit) 1d8b7be3 authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Issue #24759: Revert 8203fc75b3d2.

üst d7a4f9ef
......@@ -23,16 +23,6 @@ except ImportError:
"Your Python may not be configured for Tk. **", file=sys.__stderr__)
sys.exit(1)
import tkMessageBox
try:
import ttk
except:
root = Tk()
root.withdraw()
tkMessageBox.showerror("Idle Cannot Start",
"Idle now requires the Tkinter ttk module from tcl/tk 8.5+.\n"
+ "It found tk %s and no ttk." % TkVersion,
parent=root)
sys.exit(1)
from idlelib.EditorWindow import EditorWindow, fixwordbreaks
from idlelib.FileList import FileList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment