On Sat, 29 Oct 2022 at 21:03, Little Girl littlergirl@gmail.com wrote:
Hey there,
Henri Pollard wrote:
Hi Lex, thanks for your help, I’m new to programming and just trying to execute a simple program using geany/python When I execute, with geany, I get the 126 error. Hank
Weird, I didn't get this message, maybe the email bot got tired.
That seems to be a permissions problem:
https://askubuntu.com/questions/370163/geany-permission-denied
1. the OP is on mac, not ubuntu, not sure if shebangs work there, but if they do then yeah the file needs to be executable if its invoked directly, but
2. Geany's execute runs 'python "%f"' where %f will be the current filename. When run that way the file does not need to be executable, so the permission thing is weird.
Lex
-- Little Girl
There is no spoon. _______________________________________________ Users mailing list -- users@lists.geany.org To unsubscribe send an email to users-leave@lists.geany.org