New question #292697 on Sikuli:
https://answers.launchpad.net/sikuli/+question/292697
I'm using the Python function open( ) to create and write to a .txt file, but
where is this .txt file located?
Example SikuliX code:
with open('output.txt', 'w') as f:
for k in range(n):
f.write(c_str[k] + '\n')
I'm using a Mac.
--
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