0

Possible Duplicate:
Syntax error on print with Python 3

For example, if I just start python from the command line with "python" then run something like

print "test"

It throws a syntax error. That's really odd, but statements like

1+1

Work fine.

Community
  • 1
  • 1
labago
  • 1,308
  • 2
  • 12
  • 28

1 Answers1

2

You don't have 2.7 installed any more, my friend.

this might be helpful

http://wiki.python.org/moin/Python2orPython3

Django Doctor
  • 8,450
  • 9
  • 45
  • 66