On 1/24/2016 5:35 PM, Larry Hudson via Python-list wrote:

If the path string is typed directly into Windows where it is parsed by
(whatever is the current equivalent of) command.com, forward slashes are
NOT accepted.

More specifically, / is not accepted in paths to be executed. It seems to be generally accepted in path arguments, as in cd path, or

C:\Users\Terry>C:\programs\python35\python.exe C:/programs/python34/tem.py

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to