When I run the script find_index.py, I get the following error
$ python find_index.py
Traceback (most recent call last):
File "find_index.py", line 68, in <module>
index = find_index(base,Z)
NameError: name 'find_index' is not defined
If I replace find_index with find_view within the scope of __main__, it seems to work
Hello,
When I run the script find_index.py, I get the following error
If I replace find_index with find_view within the scope of __main__, it seems to work