Help I’m getting an error code 126 when attempting to execute a simple program on my iMac.
Hi,
On 24.10.22 22:23, Henri Pollard wrote:
Help I’m getting an error code 126 when attempting to execute a simple program on my iMac.
did you try to run your program from the command line like:
python <path-to-your-script>
? Geany does nothing more than executing the Python interpreter with the current file as argument. Did you modify the execute command in Build->Set Build Commands?
Regards, Enrico