You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the example files use import Tkinter
but at least with Python 3.7/8 this should be import tkinter
Is that perhaps an older Python 2 way of using Tkinter?
The text was updated successfully, but these errors were encountered:
the example files use
import Tkinter
but at least with Python 3.7/8 this should be
import tkinter
Is that perhaps an older Python 2 way of using Tkinter?
The text was updated successfully, but these errors were encountered: