View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#124
Originally Posted by droll View Post
looking in /opt/gngeo-gui

i tried this:
a) gngeo-gui.py doesn't have the +x permission on it. applied it with chmod.
b) launching it from command line, i see a bunch of errors:
./gngeo-gui.py: line 1: import: not found
./gngeo-gui.py: line 2: import: not found
./gngeo-gui.py: line 3: from: not found
./gngeo-gui.py: line 4: from: not found
./gngeo-gui.py: line 6: COMMENT_CHAR: not found
./gngeo-gui.py: line 7: OPTION_CHAR: not found
./gngeo-gui.py: line 8: syntax error: unexpected "("
gngeo-gui.py should not have the execute permission. The way you execute it, it is interpreted as shell script. It is not shellscript, but python as the extension already suggest.
Please try to start from the menu. If you really want to execute it from the x-terminal:
Code:
cd /opt/gngeo-gui/
python gngeo-gui.py
If this gives problems, please report the error message.

I see Megaltariak just explained it before I could post my answer