macOS Mojave Screenshot Compatibility Issue
Closed this issue · 2 comments
technolingo commented
As title, the screenshot functionality does not work on macOS Mojave, as detailed on this thread:
dgentry commented
I was about to report this, but it looks like it's been fixed. How do I get the fix, though? pip install pyautogui
gets me a version that still has the error.
$ pip install pyautogui
Requirement already satisfied: pyautogui in /Users/dennis/.virtualenv/3/lib/python3.7/site-packages (0.9.39)
. . .
Requirement already satisfied: pyscreeze in /Users/dennis/.virtualenv/3/lib/python3.7/site-packages (from pyautogui) (0.1.18)
$
Thanks for pyautogui in general!