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

Support Python 3.9 - update Pillow dependency #64

Closed oidualc closed 3 months ago

oidualc commented 4 years ago

In my testing with pyautogui in Python 3.9, currently this package crashes with a NameError: name 'Image' is not defined due to an old Pillow dependency, that is resolved just updating the Pillow package version.

Avasam commented 3 months ago

@oidualc @asweigart This should already be resolved by https://github.com/asweigart/pyscreeze/commit/7300a04568465342e16ba06274a4cb50667ff6e3 right ?