sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37178
Re: [Question #288452]: problems inporting nltk on sikuli ide
Question #288452 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/288452
Status: Open => Answered
RaiMan proposed the following answer:
The package nltk needs Python 2.7 support.
the mentioned problematic line
self.bytebuffer = b''
is only supported beginning with Python 2.7
With SikuliX you have to use version 1.1.0+ (contains Jython 2.7) or run
your scripts in plain Jython 2.7.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.