Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
import tkinter as tktk._support_default_root=Falsefrom turtledemo.__main__ import mainmain()currently fails at line 165:pane = PanedWindow(orient=HORIZONTAL, ... withRuntimeError: No master specified and tkinter is configured to not support default root. Since all other widget calls include a master argument, adding 'root' here fixes the failure.