sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #32918
Re: [Question #268022]: How to enable full error traceback
Question #268022 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268022
Status: Open => Answered
RaiMan proposed the following answer:
made it a bug for now. not sure when I will fix it.
meanwhile you should run your scripts from command line.
java -cp sikulix.jar org.python.util.jython
yourScript.sikuli/yourScript.py
Take Care:
These pre-run statements are not processed on script run:
"# -*- coding: utf-8 -*- ",
"from sikuli import *",
"use() #resetROI()",
"setShowActions(False)"
... and the bundlePath is not set.
... or you should generally switch to Eclipse/PyDev for coding and only
use the IDE for managing your images.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.