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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to