asweigart / pyscreeze

PyScreeze is a simple, cross-platform screenshot module for Python 2 and 3.
BSD 3-Clause "New" or "Revised" License
194 stars 96 forks source link

macOS Mojave Screenshot Compatibility Issue #39

Closed technolingo closed 5 years ago

technolingo commented 6 years ago

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

https://github.com/asweigart/pyautogui/issues/269

asweigart commented 5 years ago

Fixed in d554797ce567e65697119c1f229a7de6dc6586c3

dgentry commented 5 years ago

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!