Hey there,
dunbrokin--- via Users wrote:
Yet when I execute it (using Build execute) I get the following output: /tmp/geany_run_script_PRBZ81.sh: 7: python: not found
(program exited with code: 127)
I don't know anything about compiling Python macros, but this message happens because we no longer use the "python" command and are, instead, using the "python3" command. To fix it:
1. Open a Python file in Geany. 2. Open the "Build" menu. 3. Choose "Set Build Commands" from the menu. 4. Check which command is shown in the "Command" column in the "Execute" row. 5. If it says this: python "%f" Edit it and change it to: python3 "%f" 6. Click the "OK" button.
That should do it.