← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #192054]: can sikuli use python 2.7.2? --- no

 

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

RaiMan proposed the following answer:
@ HLM
--- Jython 2.7a2 
this a first alpha release and I did not find any information on the contents of this version.
So I guess, it is intended to support Python language level 2.7.
But I cannot tell you if everything is already up and running - I guess not, since it is alpha ;-)

--- Jython 2.7a2 wont work with Sikuli?
There should not be any problems for Sikuli, since it does not use any features above Python level 2.5
So you might simply test your script by either using the Jython 2.7 interpreter to run your .py contained in your .sikuli (needed: from sikuli import * and appropriate class path/sys.pathsettings) or you exchange the Jython stuff in Sikuli-script.jar (folders Lib and org/Python)

BTW: what features of Python 2.7 are you interested in?

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