I installed Python 3.4 on Windows 7. Made changes to environment variables. This is my User Variable:
Variable: PATH Value: C:\Python34\Scripts;
This is my System Variables:
Variable: Path Value: C:\ProgramData\Oracle\Java\javapath;C:\Python34;C:\Python34\Scripts;
The error that I get When I am trying to run it from command prompt.
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Batman>cd C:\Python34
C:\Python34>cd Scripts
C:\Python34\Scripts>python hello.py
File "hello.py", line 1
print "Hello";
^
SyntaxError: Missing parentheses in call to 'print'
C:\Python34\Scripts>
What else did I miss installing???
EDIT: I moved to Python 2.x. While downloading Python from official website, I saw something like this: Windows x86 MSI program database (2.7.8) What does this exactly mean??