Traceback (most recent call last):
File "fastgrab.py", line 2, in
from fastgrab import screenshot
File "/root/Program/playground/opencv/fastgrab.py", line 2, in
from fastgrab import screenshot
ImportError: cannot import name 'screenshot' from 'fastgrab' (/root/Program/playground/opencv/fastgrab.py)
Traceback (most recent call last): File "fastgrab.py", line 2, in
from fastgrab import screenshot
File "/root/Program/playground/opencv/fastgrab.py", line 2, in
from fastgrab import screenshot
ImportError: cannot import name 'screenshot' from 'fastgrab' (/root/Program/playground/opencv/fastgrab.py)
Does not work on debian 10 linux. Please fix.