Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error:
Traceback (most recent call last):
File "/root/AJ/python/1.py", line 2, in
import turtle
File "/usr/local/lib/python3.9/turtle.py", line 107, in
import tkinter as TK
File "/usr/local/lib/python3.9/tkinter/init.py", line 37, in
import _tkinter # If this fails your Python may not be configured for Tk
ModuleNotFoundError: No module named '_tkinter'
Beta Was this translation helpful? Give feedback.
All reactions