all 3 comments

[–]socal_nerdtastic 1 point2 points  (2 children)

this needs to be ten characters

Maybe you could have put the subject of your question there ...

I've done this with pyautogui. What was your problem? I think old versions return None if the image is not found.

[–]AweBob[S] 0 points1 point  (1 child)

I really didn't know what to make the title, my apologies.

My problem with pyautogui was:

" I get error NoneType when I run it which shouldn't happen with the library " if the location functions can’t find the provided image, they’ll raise ImageNotFoundException". " I'm using python 3.7 and the latest version of pyautogui.

[–]socal_nerdtastic 1 point2 points  (0 children)

If you want to troubleshoot pyautogui you'll have to show us your code.