I have two versions of grid-studies-1.py the one from the zip file download and theres another one with variations from the zip download on the python grid studies page: https://monome.org/docs/grid-studies/python/
I’ve tried making both the files executables
when I execute the files like so: ./grid-studies-1.py
I get a couple or errors I hadn’t noticed before which say:

import: command not found
syntax error near unexpected token ‘(’
‘class GridStudies(monomer.App):’

when I run the files as:

python3 grid-studies-1.py

the file from the zip has an 'attributeError: module ‘monome’ has no attribute ‘Monome’

the file online doesn’t have this error of course where the code is adjusted and so runs but still with no result from the monome.

but does this have anything to do with the ‘import: command not found’ error that occurred using ./grid-study-1.py instead of python3 grid-study-1.py ?