SikuliX 1.1 supports Jython 2.5 or 2.7

Asked by Aravind

Hi,

Does the new SikuliX 1.1 supports Jython 2.7 features ??
Just want to know whether I'll be able to use the 2.7 features or not.

And may I know the unittest version used here in SikuliX 1.1?

Thanks in Advance !

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

With 1.1.0+ Jython 2.7 is bundled in sikulix.jar.

unittest: hence it contains the standard unit test module that comes with Jython 2.7

But feel free, to use sikulixapi.jar with a Jython of your choice:
https://github.com/RaiMan/SikuliX-2014/wiki/Usage-in-Java-programming

Revision history for this message
Aravind (a4aravind) said :
#2

Thanks RaiMan, that solved my question.