Looking to use PILLOW (PIL
) to do an imagegrab
. The purpose of the imagegrab
is to view a box on the screen to see incoming things in a flash game. I did pip install pillow
in my terminal. I want to put from PIL import imagegrab
When I put that text into where I write my script it says:
"ImageGrab isn't accessed by pylance".
I'm not sure what the issue is with the library for PILLOW or what I should do to fix this. FYI I'm very new to coding, this is week 1 for me.
Error Code in Visual Studio Code: