sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06766
Re: [Question #178205]: Is there a maximum size limit for a sikuli file?
Question #178205 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/178205
Status: Open => Answered
RaiMan proposed the following answer:
--1. the limit of 64K for the file size of generated byte code in the
Jython/Java environment is fixed with the current environment (Jython
2.5.2/Java 6).
--2. When reducing the file size by refactoring does not bring you under the limit, you have to split the file into smaller pieces. Which should not be very complicated with Sikuli's support for import.
If import for some reason is not suitable, you might try execfile().
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.