[Pydev-code] eclipse isnt accepting anything
Brought to you by:
fabioz
From: julius <com...@ya...> - 2012-09-11 13:08:59
|
hi, i tried some testcode on windows 7 in eclipse with pydev and it worked, but somehow now i cant even use a simple print statement. the error is: SyntaxError: invalid syntax example: print "lala" console: File "C:\Users\julius\workspace\tcpdump\testing\test.py", line 1 print "lala" ^ SyntaxError: invalid syntax the code is in a python module, but eclipse refuses to even run one line. however, import statements are recognized somehow. what could this be? |