TheRenegadeCoder / image-titler

An image title generator using The Renegade Coder style
https://therenegadecoder.com
GNU General Public License v3.0
17 stars 6 forks source link

Forgot to Include Matplotlib in v2.1.0 #59

Closed jrg94 closed 4 years ago

jrg94 commented 4 years ago

I knew this would come back to haunt me somehow. Here, it is!

jrg94 commented 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'