View Single Post
Posts: 346 | Thanked: 271 times | Joined on Jan 2010
#123
You are starting a python program like a shell script.
Start it with
python gngeo-gui.py
not with
./gngeo-gui.py
and python programs doesn't need the executable bit, in fact, only native binaries need it.