← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #215170]: SyntaxError: mismatched input for everything

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
This is how to analyze syntax errors:

if len(sys.argv)==0 or 'C:/Users/******/Documents.sikuli/' !=
sys.argv[0]: sys.argv.insert(0, 'C:/Users/******/Documents.sikuli/')

line 1------------------------------------------^39

something in the part, that you have star-ed is syntactically wrong, so
that the character 's' at position 39 mismatches (does not match any
syntactically correct construct).

Might be that there is a ' inside the pathname in the star-ed part.
But I cannot tell you, because of the stars ;-)

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