When I try to run python 3 I get this error:
C:\Users\owner>python
File "C:\Python33\lib\site.py", line 173
file=sys.stderr)
^
SyntaxError: invalid syntax
I have never edited the site.py file.
I was running python 2 before, but I want to use python 3 so I edited the System Variables:
C:\Users\owner\AppData\Roaming\cabal\bin;C:\Ruby193\bin;C:\Program Files (x86)\Google\google_appengine\;C:\ProgramData\chocolatey\bin;C:\Python33;C:\Python33\Scripts;
when I edit them back to use python 2 it works fine:
C:\Users\owner\AppData\Roaming\cabal\bin;C:\Ruby193\bin;C:\Program Files (x86)\Google\google_appengine\;C:\ProgramData\chocolatey\bin;C:\Python27;C:\Python27\Scripts;