I am trying to run the example.py file and I get the following error:
Available devices: []
Traceback (most recent call last):
file "example.py", line 29, in
dev = sane.open (devices [0] [0])
IndexError: list index out of range.
I understand that it is because it does not recognize any scanner / printer.
It's a network scanner and my operating system is recognizing it.
Hello:
I am trying to run the example.py file and I get the following error: Available devices: [] Traceback (most recent call last): file "example.py", line 29, in
dev = sane.open (devices [0] [0])
IndexError: list index out of range.
I understand that it is because it does not recognize any scanner / printer.
It's a network scanner and my operating system is recognizing it.
Regards.