sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40105
Re: [Question #390028]: Sikuli automation to pull data from csv and enter in browser app
Question #390028 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/390028
Roman Podolyan posted a new comment:
> [error] script [ CreateProducer ] stopped with error in line 150 at column 4
> [error] SyntaxError ( "no viable alternative at input 'if'", )
That means that you got a problem with mixing tabs and spaces or some
inconsistent indents. Open with some editor allowing you to see Python
indents and/or invisible chars and check them everywhere.
Also this like must be fixed:
print("Consumer = " + Consumer + ", Owneremail = " + Owneremail + ", Password = " + Password + ", PreProcess = " + PreProcess + ", Profile = " + Profile + ", RepType = " + RepType + ", Completionemail = " + Completionemail + ", Erroremail = " + Erroremail + ", Commonname = " + Commonname + ")
That + ") in the end is not correct.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.