Question #191810 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/191810

    Status: Open => Answered

Roman Podolyan proposed the following answer:
1) Check if path is correct

2) Try to double "\" chars in your path.

myLog = open("C:\\123.txt", "w")
myLog.write("hello!"+"\n")
myLog.close()

- this works for me now.

-- 
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

Reply via email to