asweigart/pyscreeze

macOS Mojave Screenshot Compatibility Issue

Closed this issue · 2 comments

As title, the screenshot functionality does not work on macOS Mojave, as detailed on this thread:

asweigart/pyautogui#269

Fixed in d554797

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!