Closed jrg94 closed 4 years ago
For future reference, the only way I could figure this out was to run the pyc files from the command line.
c:\Users\Jeremy Grifski\AppData\Local\Programs\Python\Python38-32\Lib\site-packages\image_titler\__pycache__>gui.cpython-38.pyc
Traceback (most recent call last):
File "c:\users\jeremy grifski\appdata\local\programs\python\python38-32\Lib\site-packages\image_titler\gui.py", line 13, in <module>
from matplotlib import font_manager
ModuleNotFoundError: No module named 'matplotlib'
I knew this would come back to haunt me somehow. Here, it is!