What operation generates the error \"text file busy\"? I am unable to tell exactly.
I think it is related to the fact that I\'m creating a temporary python script (u
This error means some other process or user is accessing your file. Use lsof to check what other processes are using it. You can use kill command to kill it if needed.
lsof
kill