Important problem in a symbian python program?

fallibledragon

New member
Mar 25, 2009
8
0
1
Try putting a # in front of that line. The problem appears to be that the python file has shell commands embedded within it, and python can't figure these out. Those lines should start with a # so python thinks they're just comments to be ignored.
 
I wanted to install Gradint on my symbian and is much important but it doesn't work it gives me this error:
Traceback (most recent call last):
File "default.py", line 94, in menu_action
f()
File "default.py", line 62, in query_and_exec
script_namespace.namespace)
File "e:\data\python\gradint.py", line 4313
if ! test -e lame*.tar.gz; then
^
SyntaxError: invalid syntax

How can i resolve this?
 
Back
Top