ponty / pyscreenshot

Python screenshot library, replacement for the Pillow ImageGrab module on Linux.
BSD 2-Clause "Simplified" License
499 stars 89 forks source link

pyscreenshot.err.FailedBackendError: All backends failed! #80

Closed KernelPan1k closed 4 years ago

KernelPan1k commented 4 years ago

Hello everyone,

pyscreenshot works well on linux but with windows I always have this error:

pyscreenshot.err.FailedBackendError: All backends failed!

Could you help me please ?

KernelPan1k commented 4 years ago

Hello, the problem occurred when I built an .exe but using childprocess=False this solved the problem. Thanks, pyscreenshot is great.