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?


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pydev-code mailing list
pydev-code@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to