Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@Tiang-88
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant