ddansab / flashcard-maker

0 stars 0 forks source link

Run indicates missing module #6

Closed jfwatson3 closed 2 months ago

jfwatson3 commented 2 months ago

A test run, admittedly without the starter_file.txt present (see previous issue), reports unfound module.

python3 flashcard_maker.py Traceback (most recent call last): File "/Users/.../flashcard-maker-main/flashcard_maker.py", line 7, in import customtkinter ModuleNotFoundError: No module named 'customtkinter'

jfwatson3 commented 2 months ago

Found this and other missing modules.