| SyntaxError | Python 3.8.10: /usr/bin/python Thu Jun 10 18:04:34 2021 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /corpora/web/clarin/r.cgi in <module> |
| 9 sys.path.insert (0, '/home/pary/src/ske-clarin/bonito') |
| 10 |
| => 11 from conccgi import ConcCGI |
| 12 from usercgi import UserCGI |
| 13 |
| conccgi undefined, ConcCGI undefined |
SyntaxError: invalid syntax (conccgi.py, line 144)
args =
('invalid syntax', ('/home/pary/src/ske-clarin/bonito/conccgi.py', 144, 11, ' async = 1\n'))
filename =
'/home/pary/src/ske-clarin/bonito/conccgi.py'
lineno =
144
msg =
'invalid syntax'
offset =
11
print_file_and_line =
None
text =
' async = 1\n'
with_traceback =
<built-in method with_traceback of SyntaxError object>