I have installed python 32 package to the
C:\\python32
I have also set the paths:
PYTHONPATH | C:\\Python32\
Apparently the directory mame "C" is "invalid syntax."
All the following variants are "invalid":
python c:\Python34\Tools\Scripts -w c:\python\batch.py
python c:\\Python34\\Tools\\Scripts -w c:\\python\\batch.py
python.exe C:\Python34\Tools\Scripts\2to3.py -w C:\python\batch.py
python.exe C:\\Python34\\Tools\\Scripts\\2to3.py -w C:\\python\\batch.py
Etc. When I put in quotation marks, the closing quote is "invalid syntax."