Question #673348 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673348
RaiMan posted a new comment: I looked into the xlrd sources (those bundled with SikuliX): "release_resources" definitely does not close any file, only memory is released. By just looking at the code it is hard to find out, wether at all and if yes, what file is opened and not closed (XLSX is not a compound file, but something like a disguised zip-file). In any case: the problem is already with the open_workbook function, since here already the complete file content is taken into memory. BTW: are you using the bundled xlrd? -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

