mherkazandjian / fastgrab

Python package for taking super-fast screenshots
GNU General Public License v3.0
60 stars 4 forks source link

ImportError: cannot import name 'screenshot' from 'fastgrab' #9

Open ghost opened 3 years ago

ghost commented 3 years ago

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.

mherkazandjian commented 1 year ago

ok, tnx for reporting.