Question #166807 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166807
Status: Answered => Open
mike is still having a problem:
Thanks for the advice.
I tried several variations:
fp = open('c:\\Test_results.txt','w')
that failed with IOError: (13, 'EACCES', 'c:\\Test_results.txt')
I then tried this (d: is another hard drive)
fp = open('d:\\Test_results.txt','w')
That succeeded!
So there must be something preventing access to anywhere on c:
Thanks,
Mike
--
You received this question notification because you are a member of
Sikuli Drivers, which 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