System Information: Apple M1 Mac, Python 3.13, Running in a venv created with python3 -m venv .venv. I don't remember how I installed Python, I think through homebrew
Full Traceback: ```py
Traceback (most recent call last):
File "/Users//Desktop//Coding/Python/Discord_Bots/Scraper Bot/classifier.py", line 1, in <module>
import tkinter as tk
File "/opt/homebrew/Cellar/[email protected]/3.13.0_1/Frameworks/Python.framework/Versions/3.13/lib/python3.13/tkinter/init.py", line 38, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named '_tkinter'