[issue43209] system cannot find the file specified in subprocess.py

2021-02-23 Thread Josh Rosenberg
Change by Josh Rosenberg : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue43209] system cannot find the file specified in subprocess.py

2021-02-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: Steve, should this be closed as 'not a bug'? -- nosy: +terry.reedy ___ Python tracker ___ ___

[issue43209] system cannot find the file specified in subprocess.py

2021-02-12 Thread Steve Dower
Steve Dower added the comment: This line won't work on Windows: shell.run("rm -rf .cache".split(), cwd=repository) You should probably use shutil.rmtree(".cache") instead if you want it to be cross platform. -- ___ Python tracker

[issue43209] system cannot find the file specified in subprocess.py

2021-02-12 Thread robert j richardson
New submission from robert j richardson : When using >python synth.py in the directory google-api-java-client-services-master python returns: synthtool > Cloning https://github.com/googleapis/discovery-artifact-manager.git. synthtool > Cleaning output directory. Traceback (most recent call