load at startup

Asked by evillhomer

Is there any way to keep Sikuli vision engine and VDictProxy loaded all the time so there wont be that delay whenever i run scripts?
Thank you

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

You should give version 1.1.0 a try (... but no more VDictProxy any more).

http://sikulix.com

... but be aware:
the startup delay is not caused by the libs loading, but by the initialisation of the Jython interpreter.

when running scripts from command line, you will always have this startup delay.
running scripts in the IDE, now even the first script runs without delay.

The final version 1.1.0 will have a run server, that accepts run instructions via HTTP-REST (hence from anywhere) and these will run without extra delay.

Revision history for this message
evillhomer (scourgeengineer) said :
#3

Thanks RaiMan, that solved my question.