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
{{ message }}
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
Python 2.7.12 (default, Feb 17 2018, 16:52:07)
[GCC 6.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Tkinter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
I guess it's because lib-dynload/_tkinter.so is missing.
The text was updated successfully, but these errors were encountered:
Tkinter module not working:
I guess it's because
lib-dynload/_tkinter.so
is missing.The text was updated successfully, but these errors were encountered: