judge0 / ide

✨ Simple, free and open-source online code editor.
https://ide.judge0.com
MIT License
818 stars 256 forks source link

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 2 years ago

Tiang-88 commented 2 years ago

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'