pip install mitmproxy - fails on watchdog-0.8.3.tar.gz with "Permission denied" error (Python 2.7.11 on Win XP SP3);

Terry Reedy tjreedy at udel.edu
Sun Jan 24 20:27:36 EST 2016


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




More information about the Python-list mailing list