Closed simonecris closed 9 months ago
Just tested this on the latest image form jay and it works no issues, what OS version are you using?
Expected Behavior
Running the plugin.
Actual Behavior
The plugin doesn't get loaded. After a
--debug
inspection, it turns out that theImageGrab
module of PIL now is OSX and Windows only:from PIL import ImageGrab Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/PIL/ImageGrab.py", line 29, in <module> raise ImportError("ImageGrab is macOS and Windows only")
A fast and reliable workaround that worked for me is using
pyscreenshot
.Specifications
- PIL Version: 6.2.0
Feel free to make a PR if you have it working.
Just tested this on the latest image form jay and it works no issues, what OS version are you using?
I had problems with latest jay's (2.6.4) so I'm currently on your latest release, 1.5.5FIX.
Fixed with #11
Expected Behavior
Running the plugin.
Actual Behavior
The plugin doesn't get loaded. After a
--debug
inspection, it turns out that theImageGrab
module of PIL now is OSX and Windows only:A fast and reliable workaround that worked for me is using
pyscreenshot
.Specifications