| Issue 2: | syntax error | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. simply type: python lingea-trd-decoder.py lg_ensk-2.trd > lg_ensk-2.tab
2. enter
3. syntax error
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
vista
0.7 decoder
Please provide any additional information below.
Traceback (most recent call last):
File "C:\Users\MaTo\Desktop\lingea-trd-decoder.py", line 158, in <module>
sys.exit(2)
SystemExit: 2
>>> python lingea-trd-decoder.py lg_ensk-2.trd > lg_ensk-2.tab
SyntaxError: invalid syntax
>>>
and word lingea is in red colour
or .trd is in red
Aug 27, 2009
#1
martin4...@gmail.com
Sep 16, 2010
SOLUTION: Use Python version 2. In Python v. 3 print changed to function print() - as Ive heard :D |