Tagged Questions
2
votes
1answer
201 views
Subprocess.call() and gunzip error
I'm trying to use Python's package subprocess to gunzip and gzip files.
I'm using the following command:
subprocess.call(['gunzip', a_path+myfile_gz], shell=True)
Then I get the error message:
...