← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #165999]: problems using Python logging module

 

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

RaiMan proposed the following answer:
Such complex constructions should generally be run from command line, to
have a clean initialization of the internally used Jython interpreter.
This at least is true for production runs and repetitive runs.

You can still use the IDE to mange your scripts and make test runs, to
assure that the Sikuli features are working.

The IDE internally uses the same interpreter on subsequent script runs.
This helps to avoid the 3 to 5 seconds startup time for a new
interpreter instance, but brings in some oddities caused by problems in
the current Jython or in the used modules.

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