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
Traceback (most recent call last): File "script.py", line 1, in <module> import turtle File "/usr/local/python-3.8.1/lib/python3.8/turtle.py", line 107, in <module> import tkinter as TK File "/usr/local/python-3.8.1/lib/python3.8/tkinter/__init__.py", line 36, in <module> import _tkinter # If this fails your Python may not be configured for Tk ModuleNotFoundError: No module named '_tkinter'
#66
Open
Tiang-88 opened this issue
Mar 11, 2022
· 0 comments
Traceback (most recent call last):
File "script.py", line 1, in
import turtle
File "/usr/local/python-3.8.1/lib/python3.8/turtle.py", line 107, in
import tkinter as TK
File "/usr/local/python-3.8.1/lib/python3.8/tkinter/init.py", line 36, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "script.py", line 1, in
import turtle
File "/usr/local/python-3.8.1/lib/python3.8/turtle.py", line 107, in
import tkinter as TK
File "/usr/local/python-3.8.1/lib/python3.8/tkinter/init.py", line 36, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
The text was updated successfully, but these errors were encountered: