sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45288
[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.