← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #678681]: Sikuli 1.1.3: Is it possible to trap syntax errors?

 

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

    Status: Open => Needs information

Manfred Hampl requested more information:
"This is ran within a try-except block"
Where is the try-except block?

Have you tried something like

try:
    retcode = execfile(joinedname)
except Exception, err:
    print err

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.