Question #268974 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268974
eduardobedoya gave more information on the question:
cuz Im doing this...
SIKoutput_dir = "E:"
SIKoutput = file(SIKoutput_dir + "SIKoutput.txt", "w")
SIKoutput.write("wuajaajjaja\n")
SIKoutput.write("line2\n")
SIKoutput.write("line3")
SIKoutput.close()
this works to create a new line
SIKoutput.write("line2\n")
but this doesn't
SIKoutput.write("line2"+el)
But my main problem is that I can't write files to
C:\Users\UserName\Desktop, only to E: drive. any clue?
--
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