← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #163412]: Copy Multiple Login Details From A text file and Login?

 

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

Joe Harris gave more information on the question:
I'm sorry forgot the errors again.

---1) When I use,
theFile = file(r"C:\1.log.txt")
for line in theFile:
    print line # prints the lines to the message area
theFile.close()

Error

[error] Stopped [error] An error occurs at line 1 [error] Error message:
Traceback (most recent call last):  File
"C:\DOCUME~1\Vaibhav\LOCALS~1\Temp\sikuli-tmp676213472306671517.py",
line 1, in    theFile = file(r"C:\1.log.txt") IOError: (2, 'ENOENT',
'C:\\1.log.txt')

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.