← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #674620]: Python module sys in sikuli does not work

 

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.