← Back to team overview

sikuli-driver team mailing list archive

[Question #662409]: The program run process forcibly interrupts the file close and the file is locked

 

New question #662409 on Sikuli:
https://answers.launchpad.net/sikuli/+question/662409

The program run process forcibly interrupts the file close and the file is locked

file0=open(path,'w')
  for i  in range(1000):
     pass
     file0.write(str)
file0.close()



I want to stop the process. But the next time you run, you'll lock the file. Only restart the system.

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