Hey everyone, I've tried almost everything I know, which isn't much. It kept saying I had to upgrade my pip even though I'm on the latest version. I fixed that problem. I looked in the directory, and the file was spelled slightly differently. I changed that, but there is still nothing. My directory is a mess, I'll admit, as I'm so new at this. This is the error I'm getting now.. All help is appreciated.
File "/Users/papichulo/auto-scheduler-env/Scheduler.py", line 5, in <module>
from ttkthemes import ThemedTk
File "/Users/papichulo/auto-scheduler-env/lib/python3.13/site-packages/ttkthemes/__init__.py", line 6, in <module>
from ttkthemes.themed_tk import ThemedTk
ModuleNotFoundError: No module named 'ttkthemes.themed_tk'```