I'm running pywin32 build 216.1 and am having trouble using the simple print function - for example:
>>> print 'Hello!'
should return:
Hello!
but instead I get:
Traceback ( File "<interactive input>", line 1
print 'Hello!'
^
SyntaxError: invalid syntax
It doesn't matter what I try and use with print, it gives me this same error. I am able to do other things just fine as long as they don't involve the use of the print function. Can anyone help?