python-youtube-code icon indicating copy to clipboard operation
python-youtube-code copied to clipboard

Image pathname error

Open sacha-l opened this issue 4 years ago • 2 comments

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.

sacha-l avatar Jan 06 '21 10:01 sacha-l

  • [ ] In the first line change import PIL to from PIL import Image
  • [ ] and in line 29 remove this PIL.

DoubleFL3X avatar Jan 23 '21 21:01 DoubleFL3X

Following @DoubleFL3X and you input the following

./pic.jpg or /home/derp/Desktop/github/py-scripts/ascii/pic.jpg

bljptrpl avatar Jun 12 '23 14:06 bljptrpl