OSError: [Errno 26] Text file busy during subprocess.check_call() :seems os dependent
Terry Reedy
tjreedy at udel.edu
Thu Dec 30 17:46:17 EST 2010
On 12/30/2010 4:46 PM, harijay wrote:
> "OSError: [Errno 26] Text file busy" error
Searching 'errno 26', the third Google response suggests that you are
trying to write to a file (especially an executable or shared library?)
that is already in use. Perhaps just trying to read when locked will
trigger?
--
Terry Jan Reedy
More information about the Python-list
mailing list