...\venv\lib\site-packages\pyscreeze\__init__.py", line 540, in _screenshot_win32
assert len(region) == 4, 'region argument must be a tuple of four ints'
AssertionError: region argument must be a tuple of four ints
I am on a windows system, latest version of python, using Pycharm. It will take a variable, but when I try to take it from another file, in this case being my main.py, it will not accept it as it's tuple.
Here is the code:
Once ran, this is the error:
I am on a windows system, latest version of python, using Pycharm. It will take a variable, but when I try to take it from another file, in this case being my main.py, it will not accept it as it's tuple.