Re: Guido Van Robot
No, that's not what he's saying. He's saying that scripts written in Python need to be interpreted by the Python environment you have installed on your computer, and not the operating system.
I don't know how GvR is made, and how the .zip-package you're talking about looks like inside, but if it's made in Python, it will most likely not contain an executable file. Instead, look for a file with a name, like setup.py, or alike, if you need to install it first, or a file like gvr.py or alike, if it's ready to be run.
Reading the readme-file, if any is present, would also ease up the process for you.
|