I'm having troubles installing Python 2.7.
Since I learned Python in one of my classes, I first learned Python 3 and currently have that installed on my computer (I'm using Windws 7).
I need Python 27 installed because I want to learn how to use Django and they currently only are Python2 compatible.
After I installed Python 2.7, I keep getting a syntax error when I try running Python 2.7:
file=sys.stderr syntaxerror: invalid syntax
I know it is because it is grabbing this file from my current Python 3 path.
How could I then resolve this? How can I make my Python27.exe grab all the files from the Python27 path and NOT the Python3 path. I'm very new to this and don't even know how to switch paths for exe files.
Thanks for the help!