Question #674620 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/674620
Status: Answered => Open
xseniya is still having a problem:
no, no..... not a userlog feature, not a logging!
problem is it path.
if i write absolutly path: open('D:\\test\\my_txt.txt', 'w') script worked
without IDE, i call it from python.
but if i write: my_txt = open(sys.path[0] + 'my_txt.txt', 'w')
why when i use sys.path my script dont work without IDE?
--
You received this question notification because your team Sikuli Drivers
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