pyscreenshot icon indicating copy to clipboard operation
pyscreenshot copied to clipboard

No module named 'PIL

Open koroner1 opened this issue 3 years ago • 1 comments

Hello,

There is some problem after type: import pyscreenshot as ImageGrab

error message: No module named 'PIL'

So i have to do: pip install Pillow

After i looked it is: init.py -> 4 line: from pyscreenshot.childproc import childprocess_backend_version childproc.py -> 6 line: from pyscreenshot.imcodec import codec imcodec.py -> 3 line: from PIL import Image

So I think it needs to be added in: setup.py, install_requires

koroner1 avatar Aug 26 '21 09:08 koroner1

Duplicate of #64

"pyscreenshot is a Linux extension of PIL/Pillow, not a standalone lib"

ponty avatar Sep 01 '21 18:09 ponty