Replies: 1 comment
-
I expect you have a remote instance(local ones won't have a big problem since you could just |
Beta Was this translation helpful? Give feedback.
-
I expect you have a remote instance(local ones won't have a big problem since you could just |
Beta Was this translation helpful? Give feedback.
-
Will this function be added in further version?
/usr/local/bin/python3 /root/AJ-Python/temp/2.py
Traceback (most recent call last):
File "/root/AJ-Python/temp/2.py", line 1, in
import turtle
File "/usr/local/lib/python3.10/turtle.py", line 107, in
import tkinter as TK
File "/usr/local/lib/python3.10/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