← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #673348]: using xlrd: Error attempting to delete file after wb.release_resources()

 

Question #673348 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/673348

RaiMan proposed the following answer:
the Python docs about subprocess.Popen say:

On Windows with shell=True, the COMSPEC environment variable specifies
the default shell. The only time you need to specify shell=True on
Windows is when the command you wish to execute is built into the shell
(e.g. dir or copy). You do not need shell=True to run a batch file or
console-based executable.

So dive into the docs about the possible parameters.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.