python-youtube-code
python-youtube-code copied to clipboard
Image pathname error
I can't seem to figure out why I keep getting this error:
is not a valid pathname to an image.
Any idea why this is happening? I've tried variations of file path names, with " "
and without.. I'm on a Linux machine.
- [ ] In the first line change
import PIL
tofrom PIL import Image
- [ ] and in line 29 remove this
PIL.
Following @DoubleFL3X and you input the following
./pic.jpg or /home/derp/Desktop/github/py-scripts/ascii/pic.jpg