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
On my Debian box, "from Tkinter import tk" does not work because of the capitalized "T". The package to install is python3-tk and the module name is "tkinter" without any capitals.
The text was updated successfully, but these errors were encountered:
On my Debian box, "from Tkinter import tk" does not work because of the capitalized "T". The package to install is python3-tk and the module name is "tkinter" without any capitals.
The text was updated successfully, but these errors were encountered: