I am using matplotlib.pyplot
in my python 3.5
script, when I convert my .py
to .exe
using Pyinstaller
3.2, I got this error:
FileNotFoundError: Path or glob "2100 10" not found or matches no files.
I ran into the same FileNotFoundError today when I tried to use PYINSTALLER to work with XLSXWRITER.
Can anyone help me to resolve this issue?