← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #166807]: problem writing results to a file

 

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.