-
### Checklist
- [ ] the issue is indeed a bug and not a support request
- [ ] issue doesn't already exist: https://github.com/kivy/python-for-android/issues
- [ ] I have a short, runnable exa…
-
I'm running into a problem with `stackstac.show`. I've got a simple notebook that grabs some data from Planetary Computer, mosaics it, and then shows it on a map using `stackstac.show`. This works fin…
-
Server deployment screenshots procedures, local remote login server can normal screenshots, if close or minimize the remote interface, screenshots will fail
Using Windows 7, Python 2.7.13
PILLOW_V…
-
I use the following command on Mac OS X 10.15.6. But I just record the desktop of image, instead of a screenshot. Does anybody know how to take a screenshot? Thanks.
```
import pyscreenshot
im = …
-
Issue:
Different versions of packages can be installed on linux and windows
I am using anaconda on linux and windows.
I'm using version 4.10.3 of anaconda on both.
I installed geckodriver on…
-
Issue:
Different versions of packages can be installed on linux and windows
I am using anaconda on linux and windows.
I'm using version 4.10.3 of anaconda on both.
I installed geckodriver on b…
-
I just installed pyscreenshot but while I tried to run it - there seems to be some problem with importing '__version__' from Pillow. Anyone has experienced this before? Any advice/suggestion will be a…
-
im having this error:
```
27-Apr-20 18:44:28 - printScreen:
Traceback (most recent call last):
File "iotcare.py", line 376, in iotcare.IoTCARE.printScreen
File "/usr/local/lib/python3.7/di…
-
If you take a screenshot with `wx.ScreenDC()` for few times, then every time you will get the same image: the screenshot at the moment when `wx.ScreenDC()` was called for the first time. The only solu…
-
Hi,
I ran into a basic issue when running pyscreenshot for the first time.
I found a sample code here :
```
import pyscreenshot as ImageGrab
im = ImageGrab.grab()
im.save('path/to/image/folder…